fix 修复退回后审批记录申请人错误 #ICMEJ1
This commit is contained in:
parent
45edee4e63
commit
b815b8e574
@ -304,9 +304,6 @@ public class FlwInstanceServiceImpl implements IFlwInstanceService {
|
|||||||
if (CollUtil.isNotEmpty(users)) {
|
if (CollUtil.isNotEmpty(users)) {
|
||||||
vo.setApprover(StreamUtils.join(users, User::getProcessedBy));
|
vo.setApprover(StreamUtils.join(users, User::getProcessedBy));
|
||||||
}
|
}
|
||||||
if (BusinessStatusEnum.isDraftOrCancelOrBack(flowInstance.getFlowStatus())) {
|
|
||||||
vo.setApprover(LoginHelper.getUserIdStr());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user