提交代码

This commit is contained in:
2025-02-17 14:03:11 +08:00
parent d7504526a4
commit bf6a0fea2b
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -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();
}
}