mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update table query
This commit is contained in:
parent
17cd9dbafb
commit
9032a28ebd
@ -265,6 +265,10 @@ namespace SqlSugar
|
||||
{
|
||||
inValue1 = inValue1.Replace("'null'", "null");
|
||||
}
|
||||
else if (inValue1.Contains("[comma]"))
|
||||
{
|
||||
inValue1 = inValue1.Replace("[comma]", ",");
|
||||
}
|
||||
else if (inValue1.Contains("[null]"))
|
||||
{
|
||||
inValue1 = inValue1.Replace("[null]", "null");
|
||||
|
Loading…
Reference in New Issue
Block a user