From 9181392192e70a72add8e69d9493a4f1553de4d9 Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Tue, 9 Jun 2026 07:48:00 +0800 Subject: [PATCH] 11 --- SUBQHSE/FineUIPro.Web/Global.asax.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUBQHSE/FineUIPro.Web/Global.asax.cs b/SUBQHSE/FineUIPro.Web/Global.asax.cs index 325c3b6..a556f70 100644 --- a/SUBQHSE/FineUIPro.Web/Global.asax.cs +++ b/SUBQHSE/FineUIPro.Web/Global.asax.cs @@ -63,7 +63,7 @@ var sysSet7 = (from x in Funs.DB.Sys_Set where x.SetName == "是否启用实名制" select x).ToList().FirstOrDefault(); if (sysSet7 != null && sysSet7.IsAuto == true) { - // BLL.RealNameMonitorService.StartMonitor(); + BLL.RealNameMonitorService.StartMonitor(); } } catch (Exception ex)