This commit is contained in:
2026-06-09 07:48:00 +08:00
parent 55a14cf187
commit 9181392192
+1 -1
View File
@@ -63,7 +63,7 @@
var sysSet7 = (from x in Funs.DB.Sys_Set where x.SetName == "是否启用实名制" select x).ToList().FirstOrDefault(); var sysSet7 = (from x in Funs.DB.Sys_Set where x.SetName == "是否启用实名制" select x).ToList().FirstOrDefault();
if (sysSet7 != null && sysSet7.IsAuto == true) if (sysSet7 != null && sysSet7.IsAuto == true)
{ {
// BLL.RealNameMonitorService.StartMonitor(); BLL.RealNameMonitorService.StartMonitor();
} }
} }
catch (Exception ex) catch (Exception ex)