mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 07:57:33 +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.TableShortName = PropertyShortName;
|
||||||
}
|
}
|
||||||
|
queryable.QueryBuilder.LambdaExpressions.ParameterIndex = 500;
|
||||||
var sqlObj = queryable
|
var sqlObj = queryable
|
||||||
.AS(this.ProPertyEntity.DbTableName)
|
.AS(this.ProPertyEntity.DbTableName)
|
||||||
.Filter(this.ProPertyEntity.Type)
|
.Filter(this.ProPertyEntity.Type)
|
||||||
|
Loading…
Reference in New Issue
Block a user