| | |
| | | public R deleteVolunteerMerchant(@RequestParam("pageNum") String id); |
| | | |
| | | @GetMapping("/VolunteerMerchant/getUser") |
| | | public R volunteerMerchantGetUser(@RequestParam("pageNum") String communityId, |
| | | @RequestParam("pageNum") String userName, |
| | | @RequestParam("pageNum") String userPhone); |
| | | public R volunteerMerchantGetUser(@RequestParam("communityId") String communityId, |
| | | @RequestParam(value = "userName", required = false) String userName, |
| | | @RequestParam(value = "userPhone", required = false)String userPhone); |
| | | |
| | | |
| | | @GetMapping("/getById") |