update 人事审批相关01
This commit is contained in:
parent
fb30a7257f
commit
1016681589
|
@ -182,7 +182,7 @@ public class PersonnelServiceImpl extends BaseService<PersonnelMapper, Personnel
|
|||
.eq(Audit::getPersonnelId, id)
|
||||
.eq(Audit::getPerType,personnelType)
|
||||
.eq(Audit::getApprover, StpUtil.getLoginIdAsString())
|
||||
.eq(Audit::getAuditOrder, ArgsConst.WAITING);
|
||||
.eq(Audit::getAuditState, ArgsConst.WAITING);
|
||||
Audit audit = auditMapper.selectOne(wrapper);
|
||||
if (ObjectUtil.isNotEmpty(audit)){
|
||||
personnelUpdateDto.setAuditBtn(true);
|
||||
|
|
Loading…
Reference in New Issue