springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbMemberDAO.java
@@ -208,4 +208,13 @@ @Select("SELECT caa.community_id FROM com_act caa WHERE caa.`name` = ( select ca.`name` FROM com_act ca WHERE ca.community_id =#{id})") List<Long> selectIds(@Param("id") Long id); /** * 根据区域名称查询社区id * @param area * @return */ @Select("select distinct community_id from com_area_town_community where area=#{area}") List<Long> selectDistinctCommunityId(@Param("area") String area); }