no
DESKTOP-71BH0QO\L、ming
2021-04-21 1435be1dbe6e404cf45d81da4d47fea5fd51b24d
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -425,6 +425,15 @@
    R pageOtherBuild(@RequestBody ComMngStructOtherBuildVO comMngStructOtherBuildVO);
    /**
     * 获取志愿者详情
     *
     * @param id 志愿者信息
     * @return 增加结果
     */
    @GetMapping("getVolunteerById")
    R getVolunteerById(@RequestParam("id")Long id);
    /**
     * 增加志愿者
     *
     * @param comMngVolunteerMngVO 志愿者信息
@@ -1779,6 +1788,13 @@
    /**
     * 根据电话号获取店铺
     * @param phone 电话号
     */
    @GetMapping("/shop/getStoreByPhone")
    R getStoreByPhone(@RequestParam("phone") String phone);
    /**
     * 编辑店铺、启用、禁用
     * @param storeVO 数据
     * @param id 商铺id