mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Synchronization code
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user