CustomConditionalFunc

This commit is contained in:
sunkaixuan
2025-05-21 16:05:20 +08:00
parent 5bd1df818a
commit a32b37f2d3
2 changed files with 2 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ namespace SqlSugar
builder.Replace(" ( AND ", " ( ");
builder.Replace(" ( OR ", " ( ");
builder.Replace(" OR AND ", " OR ");
builder.Replace(" AND AND ", " AND ");
}
}
parameters.AddRange(childSqlInfo.Value);

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.194-preview13</version>
<version>5.1.4.194-preview16</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>