mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-04 04:37: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();
|
||||
if (result == "||") return "OR";
|
||||
else if (result == "&&") return "AND";
|
||||
else if (result.EqualCase("isnot")) return " IS NOT ";
|
||||
return result;
|
||||
}
|
||||
private static string GetSqlPartError(object value)
|
||||
|
Loading…
Reference in New Issue
Block a user