| | |
| | | public R VolunteerIntegralMerchantQueryList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "name", required = false) String name, |
| | | @RequestParam(value = "state", required = false) String state); |
| | | @RequestParam(value = "state", required = false) String state, |
| | | @RequestParam(value = "goodType", required = false) String goodType, |
| | | @RequestParam(value = "merchantId", required = false) String merchantId); |
| | | |
| | | /** |
| | | * 新增 |
| | |
| | | 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") |
| | | public R volunteerMerchantGetById(@RequestParam("id") String id); |
| | | |
| | | } |