20211208 定时器优化,当日人数定时校正方法开放

This commit is contained in:
2021-12-08 10:22:41 +08:00
parent a0c757ae2f
commit fa779f17b2
4 changed files with 26 additions and 8 deletions
@@ -113,7 +113,7 @@ namespace WebAPI.Controllers
else
{
SafeHours = APIPageDataService.getSafeHours(projectId);
// GetDataService.CorrectingPersonInOutNumber(projectId);
GetDataService.CorrectingPersonInOutNumber(projectId);
}
}
string hiddenStr = RectificationNum.ToString() + "/" + HiddenDangerNum.ToString();