mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Synchronization code
This commit is contained in:
parent
84f7953113
commit
d89c3d537b
@ -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 == "('')")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user