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