Commit 218fa43e authored by hongguangwu's avatar hongguangwu

批量减档-变更日志

parent 09697b0e
......@@ -501,7 +501,8 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
if (projectList != null && !projectList.isEmpty()) {
errorMsg.add(MsgUtils.getMessage(ErrorCodes.ARCHIVES_IMPORT_EMP_HAVE_PROJECT, employee.getEmpIdcard()));
} else {
oldEmployee = existEmpMap.get(excel.getEmpIdcard());
oldEmployee = new TEmployeeInfo();
BeanUtil.copyProperties(employee, oldEmployee);
// 开始减档
employee.setFileStatus(CommonConstants.ONE_INT);
employee.setLeaveUser(user.getId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment