mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-23 05:11:59 +08:00
Update exp to sql
This commit is contained in:
@@ -280,6 +280,10 @@ namespace SqlSugar
|
||||
if (oldWhere != newWhere && oldWhere.TrimStart().StartsWith("( (SELECT "))
|
||||
{
|
||||
|
||||
}
|
||||
else if (oldWhere != newWhere && oldWhere.TrimStart().StartsWith("((( (SELECT "))
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user