Update Core

This commit is contained in:
sunkaixuan
2022-03-28 21:53:15 +08:00
parent e58b8a60c2
commit c400ff6ea2
9 changed files with 54 additions and 9 deletions

View File

@@ -1434,6 +1434,7 @@ namespace SqlSugar
this.Connection = this.MasterConnection;
this.Context.CurrentConnectionConfig.ConnectionString = this.MasterConnectionString;
}
this.Context.SugarActionType = SugarActionType.UnKnown;
}
private bool IsRead(string sql)