mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08: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