mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 12:33:44 +08:00
Synchronization Code
This commit is contained in:
@@ -201,6 +201,8 @@ namespace SqlSugar
|
|||||||
//}
|
//}
|
||||||
//this.Context.MappingTables.Add(entityName, tableName);
|
//this.Context.MappingTables.Add(entityName, tableName);
|
||||||
this.UpdateBuilder.TableName = tableName;
|
this.UpdateBuilder.TableName = tableName;
|
||||||
|
if (tableName.IsNullOrEmpty())
|
||||||
|
this.UpdateBuilder.TableName = this.EntityInfo.DbTableName;
|
||||||
return this; ;
|
return this; ;
|
||||||
}
|
}
|
||||||
public IUpdateable<T> EnableDiffLogEventIF(bool isEnableDiffLog, object businessData = null)
|
public IUpdateable<T> EnableDiffLogEventIF(bool isEnableDiffLog, object businessData = null)
|
||||||
|
Reference in New Issue
Block a user