springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActDAO.java
@@ -113,4 +113,6 @@ @Select("select name from com_pb_check_unit where id=#{id}") String selectUnitName(@Param("id") Long id); @Select("select community_id from com_act where street_id=#{id}") List<Long> selectCommunityByStreetId(Long id); }