Synchronization code

This commit is contained in:
sunkaixuan
2023-12-20 21:48:08 +08:00
parent a16fc38b3a
commit 719e83c156

View File

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