mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-10-14 06:00:23 +00:00
fix 修复 退回后审批记录申请人错误 #ICMEJ1
This commit is contained in:
@@ -304,9 +304,6 @@ public class FlwInstanceServiceImpl implements IFlwInstanceService {
|
||||
if (CollUtil.isNotEmpty(users)) {
|
||||
vo.setApprover(StreamUtils.join(users, User::getProcessedBy));
|
||||
}
|
||||
if (BusinessStatusEnum.isDraftOrCancelOrBack(flowInstance.getFlowStatus())) {
|
||||
vo.setApprover(LoginHelper.getUserIdStr());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user