| | |
| | | * @return |
| | | */ |
| | | @GetMapping("/evaluate/getList") |
| | | public R volunteerMerchantGetList(@RequestParam("userId") int pageNum, |
| | | @RequestParam("userId") int pageSize, |
| | | public R volunteerMerchantGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam("communityId") String communityId, |
| | | @RequestParam("merchantId") String merchantId) |
| | | { |
| | |
| | | * @return |
| | | */ |
| | | @GetMapping("/VolunteerMerchant/evaluate/getList") |
| | | public R volunteerMerchantGetList(@RequestParam("userId") int pageNum, |
| | | @RequestParam("userId") int pageSize, |
| | | @RequestParam("communityId") String communityId, |
| | | @RequestParam("merchantId") String merchantId); |
| | | public R volunteerMerchantGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam("communityId") String communityId, |
| | | @RequestParam("merchantId") String merchantId); |
| | | |
| | | /** |
| | | * 商家评论获取详情 |
| | |
| | | * @return |
| | | */ |
| | | @GetMapping("/evaluate/getList") |
| | | public R volunteerMerchantGetList(@RequestParam("userId") int pageNum, |
| | | @RequestParam("userId") int pageSize, |
| | | @RequestParam("communityId") String communityId, |
| | | @RequestParam("merchantId") String merchantId) |
| | | public R volunteerMerchantGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam("communityId") String communityId, |
| | | @RequestParam("merchantId") String merchantId) |
| | | { |
| | | return vmeService.getList(pageNum,pageSize,communityId,merchantId); |
| | | } |