mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update nav query
This commit is contained in:
@@ -533,7 +533,7 @@ namespace SqlSugar
|
||||
{
|
||||
var whereObj = queryable.QueryBuilder.Builder.ConditionalModelToSql(conditionals);
|
||||
where.Add(whereObj.Key);
|
||||
if (whereObj.Value != null)
|
||||
if(whereObj.Value!=null)
|
||||
result.Parameters.AddRange(whereObj.Value);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user