Update exp to sql

This commit is contained in:
sunkaixuan
2023-12-20 23:59:23 +08:00
parent 428224afd4
commit d4f46f24a6

View File

@@ -281,7 +281,7 @@ namespace SqlSugar
{
}
else if (oldWhere != newWhere && oldWhere.TrimStart().StartsWith("((( (SELECT "))
else if (oldWhere != newWhere && oldWhere.TrimStart().StartsWith("((( (SELECT ")&& !oldWhere.Contains($" {sqlBuilder.GetTranslationColumnName(it.DbColumnName)}"))
{
}