|  |  | @ -1279,7 +1279,7 @@ public class ResiGroupServiceImpl extends BaseServiceImpl<ResiGroupDao, ResiGrou | 
			
		
	
		
			
				
					|  |  |  |     	if(StringUtils.equals(param.getAuditResult(),ModuleConstant.AUDITING_OPERATION_REJECT) && StringUtils.isBlank(param.getRemark())){ | 
			
		
	
		
			
				
					|  |  |  |     		throw new RenException("拒绝理由不能为空"); | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 		GroupEditSubmitRecordEntity edit = groupEditSubmitRecordDao.selectEditDetail(param.getGroupId(),param.getAuditResult()); | 
			
		
	
		
			
				
					|  |  |  | 		GroupEditSubmitRecordEntity edit = groupEditSubmitRecordDao.selectEditDetail(param.getGroupId(),null); | 
			
		
	
		
			
				
					|  |  |  | 		if(null == edit){ | 
			
		
	
		
			
				
					|  |  |  | 			logger.error("com.epmet.modules.group.service.impl.ResiGroupServiceImpl.auditEdit,找不到待审核的组更新记录,传参:{}",JSON.toJSONString(param)); | 
			
		
	
		
			
				
					|  |  |  | 			throw new RenException("找不到待审核的组更新记录"); | 
			
		
	
	
		
			
				
					|  |  | 
 |