|  |  | @ -377,15 +377,15 @@ public class IcPartyUnitServiceImpl extends BaseServiceImpl<IcPartyUnitDao, IcPa | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      * @param formDTO | 
			
		
	
		
			
				
					|  |  |  |      * @Description 按类型统计单位数量 | 
			
		
	
		
			
				
					|  |  |  |      * @param agencyId | 
			
		
	
		
			
				
					|  |  |  |      * @Description 按类型统计单位数量、可视化平台-社区党建-联建单位分析-饼图展示分类下的联建单位数量 | 
			
		
	
		
			
				
					|  |  |  |      * @Param formDTO | 
			
		
	
		
			
				
					|  |  |  |      * @Return {@link List<OptionDataResultDTO>} | 
			
		
	
		
			
				
					|  |  |  |      * @Author zhaoqifeng | 
			
		
	
		
			
				
					|  |  |  |      * @Date 2021/12/8 14:56 | 
			
		
	
		
			
				
					|  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  |     @Override | 
			
		
	
		
			
				
					|  |  |  |     public List<OptionDataResultDTO> typeStatistics(PartyActivityFormDTO formDTO) { | 
			
		
	
		
			
				
					|  |  |  |     public List<OptionDataResultDTO> typeStatistics(String agencyId) { | 
			
		
	
		
			
				
					|  |  |  |         DictListFormDTO dictFromDTO = new DictListFormDTO(); | 
			
		
	
		
			
				
					|  |  |  |         dictFromDTO.setDictType(DictTypeEnum.PARTY_UNIT_TYPE.getCode()); | 
			
		
	
		
			
				
					|  |  |  |         Result<List<DictListResultDTO>> dictResult = epmetAdminOpenFeignClient.dictList(dictFromDTO); | 
			
		
	
	
		
			
				
					|  |  | @ -393,7 +393,7 @@ public class IcPartyUnitServiceImpl extends BaseServiceImpl<IcPartyUnitDao, IcPa | 
			
		
	
		
			
				
					|  |  |  |             throw new EpmetException(dictResult.getCode()); | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         List<OptionDataResultDTO> list = baseDao.getTypeStatistics(formDTO.getAgencyId()); | 
			
		
	
		
			
				
					|  |  |  |         List<OptionDataResultDTO> list = baseDao.getTypeStatistics(agencyId); | 
			
		
	
		
			
				
					|  |  |  |         Map<String, String> map = list.stream().collect(Collectors.toMap(OptionDataResultDTO::getCode, OptionDataResultDTO::getValue)); | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         return dictResult.getData().stream().map(item -> { | 
			
		
	
	
		
			
				
					|  |  | @ -456,6 +456,7 @@ public class IcPartyUnitServiceImpl extends BaseServiceImpl<IcPartyUnitDao, IcPa | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      * Desc: 获取联建单位名字 | 
			
		
	
		
			
				
					|  |  |  |      * 查询项目处理进展时调用 | 
			
		
	
		
			
				
					|  |  |  |      * @param formDTO | 
			
		
	
		
			
				
					|  |  |  |      * @author zxc | 
			
		
	
		
			
				
					|  |  |  |      * @date 2022/5/17 17:53 | 
			
		
	
	
		
			
				
					|  |  | @ -491,6 +492,12 @@ public class IcPartyUnitServiceImpl extends BaseServiceImpl<IcPartyUnitDao, IcPa | 
			
		
	
		
			
				
					|  |  |  |         return baseDao.getAssistanceUnitList(staffInfo.getAgencyId(),agencyInfo.getPid()); | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      * 可视化平台-社区党建-联建单位分析 | 
			
		
	
		
			
				
					|  |  |  |      * 联建单位-简要信息列表展示:单位名称、单位类型 | 
			
		
	
		
			
				
					|  |  |  |      * | 
			
		
	
		
			
				
					|  |  |  |      * @param form | 
			
		
	
		
			
				
					|  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  |     @Override | 
			
		
	
		
			
				
					|  |  |  |     public PageData getListbrief(PartyUnitListbriefFormDTO form) { | 
			
		
	
		
			
				
					|  |  |  |         Result<Map<String, String>> unitTypeMap = epmetAdminOpenFeignClient.dictMap(DictTypeEnum.PARTY_UNIT_TYPE.getCode()); | 
			
		
	
	
		
			
				
					|  |  | 
 |