From 3d3e34606e49ce83f196ad1ae93c826aa5e41c2d Mon Sep 17 00:00:00 2001 From: gaofei <231232131@163.com> Date: Fri, 3 Dec 2021 17:30:38 +0800 Subject: [PATCH] 1203-002 --- SGGL/FineUIPro.Web/Global.asax.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/Global.asax.cs b/SGGL/FineUIPro.Web/Global.asax.cs index f884b596..97281748 100644 --- a/SGGL/FineUIPro.Web/Global.asax.cs +++ b/SGGL/FineUIPro.Web/Global.asax.cs @@ -54,7 +54,6 @@ BLL.MonitorService.StartMonitor(); BLL.MonitorService.StartMonitorEve(); BLL.MonitorService.StartPersonQuarterCheck(); - BLL.MCSWebService.StartMonitor(); } catch (Exception ex) { @@ -62,6 +61,15 @@ } ////从集团获取数据定时器 try + { + BLL.MCSWebService.StartMonitor(); + } + catch (Exception ex) + { + ErrLogInfo.WriteLog("材料软件定时器!", ex); + } + ////从集团获取数据定时器 + try { BLL.CNCECHSSEMonitorService.StartMonitor(); }