mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update List.Any null bug
This commit is contained in:
parent
35efe231e3
commit
cf7cffc007
@ -1102,6 +1102,7 @@ namespace SqlSugar
|
||||
sb.Append(" ) ");
|
||||
}
|
||||
var result = sb.ToString();
|
||||
result = result.Replace(" = null)", " is null)");
|
||||
if (result.IsNullOrEmpty())
|
||||
{
|
||||
return " 1=2 ";
|
||||
|
Loading…
Reference in New Issue
Block a user