This commit is contained in:
sunkaixuan 2017-07-21 12:41:00 +08:00
parent a80a8bb03e
commit 920d239094

View File

@ -113,7 +113,6 @@ namespace SqlSugar
{
this.Context.Ado.CheckConnection();
string sql = this.CheckSystemTablePermissionsSql;
this.Context.Ado.CheckConnection();
try
{
var oldIsEnableLog = this.Context.Ado.IsEnableLogEvent;