|  | @ -978,7 +978,7 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu | 
			
		
	
		
		
			
				
					|  |  |         Result<Boolean> eventRes = govProjectOpenFeignClient.eventAuditReset(formDTO.getGridId()); |  |  |         Result<Boolean> eventRes = govProjectOpenFeignClient.eventAuditReset(formDTO.getGridId()); | 
			
		
	
		
		
			
				
					|  |  |         //表决中的议题
 |  |  |         //表决中的议题
 | 
			
		
	
		
		
			
				
					|  |  |         Result<Boolean> issueAuditReset = govIssueOpenFeignClient.issueAuditReset(formDTO.getGridId()); |  |  |         Result<Boolean> issueAuditReset = govIssueOpenFeignClient.issueAuditReset(formDTO.getGridId()); | 
			
		
	
		
		
			
				
					
					|  |  |         if (eventRes.success() || issueAuditReset.success()) { |  |  |         if (!eventRes.success() || !issueAuditReset.success()) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |             throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "校验数据异常", "服务器开小差了..."); |  |  |             throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "校验数据异常", "服务器开小差了..."); | 
			
		
	
		
		
			
				
					|  |  |         } |  |  |         } | 
			
		
	
		
		
			
				
					|  |  |         if (eventRes.getData()) { |  |  |         if (eventRes.getData()) { | 
			
		
	
	
		
		
			
				
					|  | 
 |