停薪action
This commit is contained in:
parent
b30c08d3ff
commit
36fc2abffc
|
|
@ -126,7 +126,10 @@ public class StopSalaryAction implements Action {
|
|||
// 停薪
|
||||
getSalaryArchiveService(user).gotoStop(Collections.singletonList(updatePO.getId()));
|
||||
}else{
|
||||
// 待定薪员工
|
||||
// 待定薪员工,保存最后发薪日期
|
||||
updatePO.setPayEndDate(SalaryDateUtil.stringToDate(importDataMap.get("最后发薪日期").toString()));
|
||||
updatePO.setUpdateTime(new Date());
|
||||
getSalaryArchiveMapper().update(updatePO);
|
||||
getSalaryArchiveService(user).deletePendingTodo(Collections.singletonList(updatePO.getId()));
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue