20221017新增定时器,自动校正人工时

This commit is contained in:
2022-10-17 17:18:12 +08:00
parent b72cf8845f
commit 6382b43e73
2 changed files with 75 additions and 0 deletions
+9
View File
@@ -94,6 +94,15 @@
{
ErrLogInfo.WriteLog("通用定时器启动失败!", ex);
}
////自动校正人工时
try
{
BLL.MonitorService.StartMonitorPersonHour();
}
catch (Exception ex)
{
ErrLogInfo.WriteLog("自动校正人工时定时器启动失败!", ex);
}
////材料软件定时
try
{