From 88cf1c065e3020d8908c4bf6c23eef6c3186afc9 Mon Sep 17 00:00:00 2001 From: lidongdong <1459917685@qq.com> Date: 星期五, 25 八月 2023 13:55:30 +0800 Subject: [PATCH] 新增积分商城模块(新增商品 编辑商品 删除商品 商品列表) 修改活动人员统计为0 修改小程序活动报名报错 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java | 54 +++++++++++++++++++++++++++--------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java index 224b3d6..26bdfd8 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java @@ -11484,33 +11484,33 @@ * @param id * @return */ - @GetMapping("/VolunteerIntegralMerchant/queryById") - public R VolunteerIntegralMerchantQueryById(@RequestParam("id") String id); - - /** - * 分页查询 - * @param - * @return - */ - @GetMapping("/VolunteerIntegralMerchant/queryList") - public R VolunteerIntegralMerchantQueryList(@RequestParam("pageNum") int pageNum, - @RequestParam("pageSize") int pageSize, - @RequestParam("name") String name, - @RequestParam("state") String state); - - /** - * 新增 - * @param - * @return - */ - @PostMapping("/VolunteerIntegralMerchant/insertVolunteer") - public R VolunteerIntegralMerchantInsertVolunteer(@RequestBody VolunteerIntegralMerchantVO vimVO); - - @PostMapping("/VolunteerIntegralMerchant/updateById") - public R VolunteerIntegralMerchantUpdateById(@RequestBody VolunteerIntegralMerchantVO vimVO); - - @DeleteMapping("/VolunteerIntegralMerchant/deleteById") - public R VolunteerIntegralMerchantDeleteById(@RequestParam String id); +// @GetMapping("/VolunteerIntegralMerchant/queryById") +// public R VolunteerIntegralMerchantQueryById(@RequestParam("id") String id); +// +// /** +// * 分页查询 +// * @param +// * @return +// */ +// @GetMapping("/VolunteerIntegralMerchant/queryList") +// public R VolunteerIntegralMerchantQueryList(@RequestParam("pageNum") int pageNum, +// @RequestParam("pageSize") int pageSize, +// @RequestParam("name") String name, +// @RequestParam("state") String state); +// +// /** +// * 新增 +// * @param +// * @return +// */ +// @PostMapping("/VolunteerIntegralMerchant/insertVolunteer") +// public R VolunteerIntegralMerchantInsertVolunteer(@RequestBody VolunteerIntegralMerchantVO vimVO); +// +// @PostMapping("/VolunteerIntegralMerchant/updateById") +// public R VolunteerIntegralMerchantUpdateById(@RequestBody VolunteerIntegralMerchantVO vimVO); +// +// @DeleteMapping("/VolunteerIntegralMerchant/deleteById") +// public R VolunteerIntegralMerchantDeleteById(@RequestParam String id); -- Gitblit v1.7.1