huanghongfa
2021-08-21 2e64c232ab6b51b2cecf1ee96e1e9b709234f326
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComCvtBusinessAreaService.java
@@ -18,4 +18,10 @@
     */
    R batchSave(List<ComCvtBusinessAreaDO> comCvtBusinessAreaDOs);
    /**
     * 查询商家服务范围的社区Ids集合
     * @param businessId
     * @return
     */
    List<Long> getBusinessServiceAreaIds(Long businessId);
}