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