mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Update db.Updateable.As
This commit is contained in:
parent
531735a187
commit
815bbb61eb
@ -201,6 +201,8 @@ namespace SqlSugar
|
||||
//}
|
||||
//this.Context.MappingTables.Add(entityName, tableName);
|
||||
this.UpdateBuilder.TableName = tableName;
|
||||
if (tableName.IsNullOrEmpty())
|
||||
this.UpdateBuilder.TableName = this.EntityInfo.DbTableName;
|
||||
return this; ;
|
||||
}
|
||||
public IUpdateable<T> EnableDiffLogEventIF(bool isEnableDiffLog, object businessData = null)
|
||||
|
Loading…
Reference in New Issue
Block a user