mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Synchronization code
This commit is contained in:
@@ -281,7 +281,11 @@ namespace SqlSugar
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
else if (oldWhere != newWhere && oldWhere.TrimStart().StartsWith("((( (SELECT "))
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
this.whereSql = newWhere;
|
||||
}
|
||||
|
Reference in New Issue
Block a user