Update exp to sql

This commit is contained in:
sunkaixuan 2023-12-20 21:23:15 +08:00
parent 931df5c3d4
commit e5c4b8580a

View File

@ -281,7 +281,11 @@ namespace SqlSugar
{
}
else
else if (oldWhere != newWhere && oldWhere.TrimStart().StartsWith("((( (SELECT "))
{
}
else
{
this.whereSql = newWhere;
}