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(); }