This commit is contained in:
2026-06-14 10:54:37 +08:00
parent 152ebc8113
commit 2e4e5d2b59
2 changed files with 18 additions and 2 deletions
+3
View File
@@ -65,6 +65,7 @@
{
BLL.RealNameMonitorService.StartMonitor();
}
ErrLogInfo.WriteLog("启用实名制服务成功!");
}
catch (Exception ex)
{
@@ -79,6 +80,8 @@
BLL.YunMouService.StartMonitor();
QuartzServices.Init();
ErrLogInfo.WriteLog("启用通用定时器服务成功!");
}
catch (Exception ex)
{