mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
update Src/Asp.NetCore2/SqlSugar/Abstract/DeleteProvider/DeleteableProvider.cs.
Signed-off-by: WM <408452798@qq.com>
This commit is contained in:
parent
1f6d0f3b01
commit
038dd21053
@ -644,10 +644,10 @@ namespace SqlSugar
|
||||
{
|
||||
DeleteBuilder.EntityInfo = this.Context.EntityMaintenance.GetEntityInfo<T>();
|
||||
sql = DeleteBuilder.ToSqlString();
|
||||
paramters = DeleteBuilder.Parameters == null ? null : DeleteBuilder.Parameters.ToArray();
|
||||
RestoreMapping();
|
||||
AutoRemoveDataCache();
|
||||
Before(sql);
|
||||
paramters = DeleteBuilder.Parameters == null ? null : DeleteBuilder.Parameters.ToArray();
|
||||
}
|
||||
|
||||
protected virtual List<string> GetIdentityKeys()
|
||||
|
Loading…
Reference in New Issue
Block a user