| | |
| | | public R getNeedProblemList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "search", required = false)String search, |
| | | @RequestParam(value = "classifyId", required = false)String classifyId, |
| | | @RequestParam(value = "status", required = false)String status, |
| | | @RequestParam(value = "kind", required = false)String kind, |
| | | @RequestParam(value = "userId", required = false)String userId, |
| | |
| | | public R getResourceSharingList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "communityId", required = false)String communityId, |
| | | @RequestParam(value = "unitId", required = false)String unitId); |
| | | @RequestParam(value = "unitId", required = false)String unitId, |
| | | @RequestParam(value = "meritId", required = false) String meritId); |
| | | |
| | | @GetMapping("/ResourceSharing/getResourceSharingDetails") |
| | | public R getResourceSharingDetails(@RequestParam("id") String id); |
| | |
| | | public R editMerchantData(@RequestBody NewFightConvenientMerchantVO item); |
| | | |
| | | |
| | | @GetMapping("/FightConvenient/selectUserList") |
| | | public R selectUserList(@RequestParam("communityId") String communityId, |
| | | @RequestParam("phoneOrname") String phoneOrname); |
| | | |
| | | |
| | | |
| | | @GetMapping("/FightConvenient/selectUserListB") |
| | | public R selectUserListB(@RequestParam("communityId") String communityId, |
| | | @RequestParam("phoneOrname") String phoneOrname); |
| | | |
| | | |
| | | |
| | | @GetMapping("/FightConvenient/selectUserBind") |
| | | public R selectUserBind(@RequestParam("communityId") String communityId, |
| | | @RequestParam("userId") String userId); |
| | | |
| | | /***************************************************************************************************** |
| | | * |
| | | * 用户积分任务完成情况 |
| | |
| | | @RequestParam(value = "goodName", required = false)String goodName, |
| | | @RequestParam(value = "name", required = false)String name, |
| | | @RequestParam(value = "cancelType", required = false)String cancelType, |
| | | @RequestParam(value = "communityId", required = false)String communityId); |
| | | @RequestParam(value = "communityId", required = false)String communityId, |
| | | @RequestParam(value = "merchantId", required = false) String merchantId, |
| | | @RequestParam(value = "orderType", required = false) String orderType); |
| | | |
| | | /** |
| | | * 分页详情 |
| | |
| | | */ |
| | | @GetMapping("/NeedProblem/timedNewFightNeedProblemInventoryHandler") |
| | | public R timedNewFightNeedProblemInventoryHandler(); |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |