lidongdong
2023-08-29 66395e26770b866fd824684e50c2f0779cbebe12
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -11616,7 +11616,7 @@
    @DeleteMapping("/VolunteerMerchant/delete")
    public R deleteVolunteerMerchant(@RequestParam("pageNum") String id);
    public R deleteVolunteerMerchant(@RequestParam("id") String id);
    @GetMapping("/VolunteerMerchant/getUser")
    public R volunteerMerchantGetUser(@RequestParam("communityId") String communityId,
@@ -11624,7 +11624,7 @@
                                      @RequestParam(value = "userPhone", required = false)String userPhone);
    @GetMapping("/getById")
    @GetMapping("/VolunteerMerchant/getById")
    public R volunteerMerchantGetById(@RequestParam("id") String id);
}