|  | @ -836,6 +836,12 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit | 
			
		
	
		
		
			
				
					|  |  |                 CategoryTagResultDTO category = queryCategory(formDTO.getCustomerId(), categoryList); |  |  |                 CategoryTagResultDTO category = queryCategory(formDTO.getCustomerId(), categoryList); | 
			
		
	
		
		
			
				
					|  |  |                 for (IssueProjectCategoryDictDTO ca : category.getCategoryList()){ |  |  |                 for (IssueProjectCategoryDictDTO ca : category.getCategoryList()){ | 
			
		
	
		
		
			
				
					|  |  |                     if (ca.getId().equals(resultDTO.getCategoryId())) { |  |  |                     if (ca.getId().equals(resultDTO.getCategoryId())) { | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         resultDTO.setParentCategoryId(ca.getPid()); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         resultDTO.setCategoryId(ca.getId()); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         resultDTO.setParentCategoryCode(ca.getParentCategoryCode()); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         resultDTO.setCategoryCode(ca.getCategoryCode()); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         resultDTO.setParentCategoryName(ca.getParentCategoryName()); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         resultDTO.setCategoryName(ca.getCategoryName()); | 
			
		
	
		
		
			
				
					|  |  |                         resultDTO.setCategoryName(ca.getParentCategoryName()+"-"+ca.getCategoryName()); |  |  |                         resultDTO.setCategoryName(ca.getParentCategoryName()+"-"+ca.getCategoryName()); | 
			
		
	
		
		
			
				
					|  |  |                     } |  |  |                     } | 
			
		
	
		
		
			
				
					|  |  |                 } |  |  |                 } | 
			
		
	
	
		
		
			
				
					|  | 
 |