mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-07 22:27:58 +08:00
Update json 2 sql
This commit is contained in:
parent
6b23a51d32
commit
b1109088a3
@ -46,6 +46,7 @@ namespace SqlSugar
|
|||||||
var result= value.ObjToString();
|
var result= value.ObjToString();
|
||||||
if (result == "||") return "OR";
|
if (result == "||") return "OR";
|
||||||
else if (result == "&&") return "AND";
|
else if (result == "&&") return "AND";
|
||||||
|
else if (result.EqualCase("isnot")) return " IS NOT ";
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
private static string GetSqlPartError(object value)
|
private static string GetSqlPartError(object value)
|
||||||
|
Loading…
Reference in New Issue
Block a user