|  |  | @ -104,7 +104,7 @@ public class IcDangerousChemicalsServiceImpl extends BaseServiceImpl<IcDangerous | 
			
		
	
		
			
				
					|  |  |  |             Result<Map<String, String>> statusRes = adminOpenFeignClient.dictMap(DictTypeEnum.IC_DANGER_TYPE.getCode()); | 
			
		
	
		
			
				
					|  |  |  |             Map<String, String> statusMap = statusRes.success() && MapUtils.isNotEmpty(statusRes.getData()) ? statusRes.getData() : new HashMap<>(); | 
			
		
	
		
			
				
					|  |  |  |             //企业类别字典数据
 | 
			
		
	
		
			
				
					|  |  |  |             List<IcCoverageCategoryDictListResultDTO> dictList = coverageService.dictMap(formDTO.getCustomerId(), "city_management"); | 
			
		
	
		
			
				
					|  |  |  |             List<IcCoverageCategoryDictListResultDTO> dictList = coverageService.dictMap(formDTO.getCustomerId(), "dangerous_chemicals"); | 
			
		
	
		
			
				
					|  |  |  |             Map<String, String> dictMap = dictList.stream().collect(Collectors.toMap(IcCoverageCategoryDictListResultDTO::getValue, IcCoverageCategoryDictListResultDTO::getLabel)); | 
			
		
	
		
			
				
					|  |  |  |             for (IcDangerousChemicalsListResultDTO v : list) { | 
			
		
	
		
			
				
					|  |  |  |                 if (StringUtils.isNotBlank(v.getCategory())) { | 
			
		
	
	
		
			
				
					|  |  | 
 |