| 
						
						
							
								
							
						
						
					 | 
					@ -659,7 +659,6 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        List<IcEventCategoryAnalysisResDTO> result = new ArrayList<>(); | 
					 | 
					 | 
					        List<IcEventCategoryAnalysisResDTO> result = new ArrayList<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        for (IssueProjectCategoryDictDTO dict : res.getData()) { | 
					 | 
					 | 
					        for (IssueProjectCategoryDictDTO dict : res.getData()) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            IcEventCategoryAnalysisResDTO resultDto = ConvertUtils.sourceToTarget(dict, IcEventCategoryAnalysisResDTO.class); | 
					 | 
					 | 
					            IcEventCategoryAnalysisResDTO resultDto = ConvertUtils.sourceToTarget(dict, IcEventCategoryAnalysisResDTO.class); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            resultDto.setColor(dict.getColour()); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            resultDto.setTotal(MapUtils.isNotEmpty(resMap) && resMap.containsKey(dict.getCategoryCode()) ? resMap.get(dict.getCategoryCode()).getTotal() : NumConstant.ZERO); | 
					 | 
					 | 
					            resultDto.setTotal(MapUtils.isNotEmpty(resMap) && resMap.containsKey(dict.getCategoryCode()) ? resMap.get(dict.getCategoryCode()).getTotal() : NumConstant.ZERO); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            result.add(resultDto); | 
					 | 
					 | 
					            result.add(resultDto); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |