mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update exp to sql
This commit is contained in:
@@ -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)}"))
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user