劳务在场清零bug修复

This commit is contained in:
guoshengxiong 2024-08-28 15:03:08 +08:00
parent ff2f335ae5
commit 83cd00a69d

View File

@ -737,11 +737,6 @@ public class HikvisionCall {
}
} while (total > param.getInteger(Cts.PAGE_NO) * 1000);
}
try {
workerAttendancePresenceService.addNowAllWorkerAttendancePresence(projectSn);
} catch (Exception e) {
log.error("主动更新在场人员失败,projectSn:{},>", projectSn, e);
}
}
log.info("服务挂了主动获取门禁点事件的人员通行记录执行完成startTime{}endTime{}", startTime, endTime);
}