mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Synchronization code
This commit is contained in:
parent
a06f1feaa4
commit
e83d62de9a
@ -233,6 +233,7 @@ namespace SqlSugar
|
||||
{
|
||||
queryable.QueryBuilder.TableShortName = PropertyShortName;
|
||||
}
|
||||
queryable.QueryBuilder.LambdaExpressions.ParameterIndex = 500;
|
||||
var sqlObj = queryable
|
||||
.AS(this.ProPertyEntity.DbTableName)
|
||||
.Filter(this.ProPertyEntity.Type)
|
||||
|
Loading…
Reference in New Issue
Block a user