Update exp to sql

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

View File

@@ -280,6 +280,10 @@ namespace SqlSugar
if (oldWhere != newWhere && oldWhere.TrimStart().StartsWith("( (SELECT "))
{
}
else if (oldWhere != newWhere && oldWhere.TrimStart().StartsWith("((( (SELECT "))
{
}
else
{