Synchronization code

This commit is contained in:
sunkaixuan
2023-12-21 00:03:38 +08:00
parent e39fcf0ab0
commit 05948a5dae
2 changed files with 2 additions and 2 deletions

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)}"))
{
}

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.129-preview02</version>
<version>5.1.4.129-preview05</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>