1203-002
This commit is contained in:
parent
69451f8610
commit
3d3e34606e
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue