mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-15 20:49:31 +08:00
Synchronization code
This commit is contained in:
parent
5f66f2af32
commit
78aa5859d2
@ -79,6 +79,8 @@ namespace SqlSugar
|
||||
|
||||
var sql = ReplaceFormatParameters(whereSql.Format);
|
||||
|
||||
sql= CompatibleDynamicLinqCoreBug(sql);
|
||||
|
||||
// 构建动态表达式,使用常量表达式和 whereSql 中的参数值
|
||||
var lambda = SqlSugarDynamicExpressionParser.ParseLambda(
|
||||
parameters,
|
||||
|
Loading…
Reference in New Issue
Block a user