update
This commit is contained in:
parent
a675032257
commit
609ba9cd7d
|
@ -251,6 +251,9 @@ public class PersonnelServiceImpl extends BaseService<PersonnelMapper, Personnel
|
||||||
if ("1".equals(per.getAlterationSign())) {
|
if ("1".equals(per.getAlterationSign())) {
|
||||||
return AjaxResult.fail().msg("该人员修改的资料未审批完成,请联系管理员!");
|
return AjaxResult.fail().msg("该人员修改的资料未审批完成,请联系管理员!");
|
||||||
}
|
}
|
||||||
|
if ("1".equals(per.getChangeAlterationSign())) {
|
||||||
|
return AjaxResult.fail().msg("该人员在变更中,资料未完成审批,请等待领导审批!");
|
||||||
|
}
|
||||||
String type = ArgsConst.PERSONNEL;
|
String type = ArgsConst.PERSONNEL;
|
||||||
per.setAlterationSign("1");
|
per.setAlterationSign("1");
|
||||||
boolean update = updateById(per);
|
boolean update = updateById(per);
|
||||||
|
|
Loading…
Reference in New Issue