mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Synchronization code
This commit is contained in:
parent
dd475a2473
commit
816b5efbd5
@ -164,6 +164,9 @@ namespace SqlSugar
|
||||
if (conModel.CustomConditionalFunc != null)
|
||||
{
|
||||
builder.Replace(" AND ( AND", " AND ( ");
|
||||
builder.Replace(" OR ( AND", " OR ( ");
|
||||
builder.Replace(" ( AND ", " ( ");
|
||||
builder.Replace(" ( OR ", " ( ");
|
||||
}
|
||||
}
|
||||
parameters.AddRange(childSqlInfo.Value);
|
||||
|
Loading…
Reference in New Issue
Block a user