提交代码
This commit is contained in:
@@ -2179,7 +2179,7 @@ namespace BLL
|
||||
//////推送订阅消息
|
||||
GetDataService.SendSubscribeMessage();
|
||||
GetDataService.CorrectingPersonInOutNumber(null);
|
||||
|
||||
|
||||
}
|
||||
|
||||
#region 启动监视器 定时每天执行 获取指定项目管道焊接工程量等信息
|
||||
@@ -2230,7 +2230,8 @@ namespace BLL
|
||||
}
|
||||
finally
|
||||
{
|
||||
getPipelineWeldingQuantities.Interval = 1000 * 3600 * 24;
|
||||
//getPipelineWeldingQuantities.Interval = 1000 * 3600 * 24;
|
||||
getPipelineWeldingQuantities.Interval = 1000 * 3600 * 12;
|
||||
getPipelineWeldingQuantities.Start();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user