This commit is contained in:
2026-04-23 09:37:08 +08:00
parent ac6efd332b
commit 5ffa1b7d50
+4 -4
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)