Compare commits
No commits in common. "a2c583ed70dabdf6c28c7b09e5aec077137a36aa" and "73d8f38209317d2e2ec1bd3eecb691fd95d2b3bb" have entirely different histories.
a2c583ed70
...
73d8f38209
|
|
@ -85,9 +85,7 @@ public class WorkerEinDayRecordTask{
|
||||||
try{
|
try{
|
||||||
List<PmWorkerJob> list = mapper.getNoContractWorker();
|
List<PmWorkerJob> list = mapper.getNoContractWorker();
|
||||||
//更新指定日期的记录
|
//更新指定日期的记录
|
||||||
if(list != null && !list.isEmpty()){
|
mapper.updateWorkerContractByList(list);
|
||||||
mapper.updateWorkerContractByList(list);
|
|
||||||
}
|
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
logger.error("人员入场更新表失败,{}",e.getMessage());
|
logger.error("人员入场更新表失败,{}",e.getMessage());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue