mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Synchronization code
This commit is contained in:
@@ -253,7 +253,7 @@ namespace SqlSugar
|
||||
}
|
||||
if (inValue2.Contains("[null]"))
|
||||
{
|
||||
inValue2 = inValue2.Replace("[null]", "null");
|
||||
inValue2 = inValue2.Replace("[null]", "'null'");
|
||||
}
|
||||
if (inValue2.Contains("[comma]"))
|
||||
{
|
||||
@@ -289,7 +289,7 @@ namespace SqlSugar
|
||||
}
|
||||
if (inValue1.Contains("[null]"))
|
||||
{
|
||||
inValue1 = inValue1.Replace("[null]", "null");
|
||||
inValue1 = inValue1.Replace("[null]", "'null'");
|
||||
}
|
||||
if (item.CSharpTypeName.EqualCase("guid") && inValue1 == "('')")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user