提交代码
This commit is contained in:
@@ -37,7 +37,16 @@
|
||||
ErrLogInfo.WriteLog(string.Empty, ex);
|
||||
//AppDomain.Unload(AppDomain.CurrentDomain);
|
||||
}
|
||||
|
||||
////材料软件定时
|
||||
try
|
||||
{
|
||||
BLL.MonitorService.StartGetPipelineWeldingQuantities();
|
||||
BLL.MCSWebService.StartMonitor();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
ErrLogInfo.WriteLog("材料软件定时器启动失败!", ex);
|
||||
}
|
||||
|
||||
if (ConfigurationManager.AppSettings["EnableRealName"] == "True")
|
||||
{
|
||||
@@ -104,16 +113,6 @@
|
||||
{
|
||||
ErrLogInfo.WriteLog("自动校正人工时定时器启动失败!", ex);
|
||||
}
|
||||
////材料软件定时
|
||||
try
|
||||
{
|
||||
BLL.MonitorService.StartGetPipelineWeldingQuantities();
|
||||
BLL.MCSWebService.StartMonitor();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
ErrLogInfo.WriteLog("材料软件定时器启动失败!", ex);
|
||||
}
|
||||
|
||||
////从博晟获取培训考试数据定时器
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user