Compare commits

..

No commits in common. "a2c583ed70dabdf6c28c7b09e5aec077137a36aa" and "73d8f38209317d2e2ec1bd3eecb691fd95d2b3bb" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -85,9 +85,7 @@ public class WorkerEinDayRecordTask{
try{
List<PmWorkerJob> list = mapper.getNoContractWorker();
//更新指定日期的记录
if(list != null && !list.isEmpty()){
mapper.updateWorkerContractByList(list);
}
mapper.updateWorkerContractByList(list);
}catch (Exception e){
logger.error("人员入场更新表失败,{}",e.getMessage());
}