mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-30 22:10:22 +08:00
Update exp to sql
This commit is contained in:
parent
931df5c3d4
commit
e5c4b8580a
@ -281,7 +281,11 @@ namespace SqlSugar
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
else if (oldWhere != newWhere && oldWhere.TrimStart().StartsWith("((( (SELECT "))
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
this.whereSql = newWhere;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user