liujie
2025-06-09 70d2a5d0f9c6951b2d4cac954041ed73582ff7eb
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
@@ -113,4 +113,25 @@
    R communitySwitchSearchDistanceList(SearchCommunityDTO communityDTO);
    R getCommunityPassword(Long communityId);
    R selectIds(Long id);
    /**
     * 统计大屏-基础数据
     * @return
     */
    R selectBasicData();
    /**
     * 统计在职干部特长
     * @return
     */
    R statisticsPbMemberType();
    /**
     * 单位统计
     * @return
     */
    R selectUnitByNatureName();
}