parent
af96d2bf99
commit
d8c2450688
|
|
@ -203,6 +203,7 @@ public class EmployeesApplyServiceImpl extends ServiceImpl<EmployeesApplyMapper,
|
|||
//信息变更审批不通过
|
||||
if ("modifyFail".equals(employeesApply.getStatus())) {
|
||||
mqdto.setModifyStatus("3");
|
||||
mqdto.setAuditContent(employeesApply.getAuditContent());
|
||||
//修改申请表此人的信息修改审核状态为驳回
|
||||
EmployeesApply eApply = new EmployeesApply();
|
||||
eApply.setId(employeesApply.getId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue