|  |  | @ -105,6 +105,8 @@ public class IcIndividualCategoryManageServiceImpl extends BaseServiceImpl<IcInd | 
			
		
	
		
			
				
					|  |  |  |     @Override | 
			
		
	
		
			
				
					|  |  |  |     public List<IndividualCategoryAllListResultDTO> individualCategoryAllList(TokenDto tokenDto) { | 
			
		
	
		
			
				
					|  |  |  |         IcResiCategoryStatsConfigFormDTO formDTO = new IcResiCategoryStatsConfigFormDTO(); | 
			
		
	
		
			
				
					|  |  |  |         //只查状态展示的
 | 
			
		
	
		
			
				
					|  |  |  |         formDTO.setStatus("show"); | 
			
		
	
		
			
				
					|  |  |  |         Result<List<IcResiCategoryStatsConfigDTO>> listResult = operCustomizeOpenFeignClient.resiCategoryStatsListShowd(formDTO); | 
			
		
	
		
			
				
					|  |  |  |         if (!listResult.success()){ | 
			
		
	
		
			
				
					|  |  |  |             throw new EpmetException("查询客户下的人员类别失败..."); | 
			
		
	
	
		
			
				
					|  |  | 
 |