|  |  | @ -201,7 +201,7 @@ public class SupProductController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         String customerId = getCustomerId(); |  |  |  |         String customerId = getCustomerId(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (StrUtil.isNotBlank(customerId)) { |  |  |  |         if (StrUtil.isNotBlank(customerId)) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             CompanyEntity company = companyService.findCompany(customerId); |  |  |  |             CompanyEntity company = companyService.findCompany(customerId); | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (StrUtil.isNotBlank(company.getAuditStatus()) && !company.getAuditStatus().equals(1)) { |  |  |  |             if (StrUtil.isNotBlank(company.getAuditStatus()) && !company.getAuditStatus().equals("1")) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 return ResultVOUtils.error(500, "本企业信息变更未通过审核,暂时无法提交!"); |  |  |  |                 return ResultVOUtils.error(500, "本企业信息变更未通过审核,暂时无法提交!"); | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |