| | |
| | | return communityService.conditionData(id); |
| | | } |
| | | |
| | | /************************************************************************************* |
| | | * |
| | | * 路北社区商家模块 |
| | | * |
| | | **************************************************************************************/ |
| | | /** |
| | | * 分页查询 |
| | | * @param |
| | | * @return |
| | | */ |
| | | @GetMapping("/getList") |
| | | public R volunteerMerchantGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "merchantState", required = false) String merchantState, |
| | | @RequestParam(value = "merchantType", required = false) String merchantType, |
| | | @RequestParam(value = "name", required = false) String name) |
| | | { |
| | | return communityService.volunteerMerchantGetList(pageNum, pageSize,merchantState,merchantType,name,getCommunityId()+""); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |