lidongdong
2023-08-29 0a8735ea231e331dbad6e5f83e6fab542404be56
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);
}