diff --git a/SGGL/FineUIPro.Web/common/PageBase.cs b/SGGL/FineUIPro.Web/common/PageBase.cs index dcc27aa7..def5c2c9 100644 --- a/SGGL/FineUIPro.Web/common/PageBase.cs +++ b/SGGL/FineUIPro.Web/common/PageBase.cs @@ -338,10 +338,10 @@ namespace FineUIPro.Web } } - if (BLL.SQLHelper.GetConn().State == ConnectionState.Open) - { - BLL.SQLHelper.GetConn().Close(); - } + //if (BLL.SQLHelper.GetConn().State == ConnectionState.Open) + //{ + // BLL.SQLHelper.GetConn().Close(); + //} } private bool IsSystemTheme(string themeName)