From 5ffa1b7d507400bcfe26ff9a07f007028ecf5843 Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Thu, 23 Apr 2026 09:37:08 +0800 Subject: [PATCH] 11 --- SGGL/FineUIPro.Web/common/PageBase.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)