This commit is contained in:
李超 2026-04-23 09:37:08 +08:00
parent ac6efd332b
commit 5ffa1b7d50
1 changed files with 4 additions and 4 deletions

View File

@ -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)