From a80d56ef9f4d2fd3f1bc08dda23771c652021014 Mon Sep 17 00:00:00 2001
From: luoxinwu <934743099@qq.com>
Date: 星期四, 21 十二月 2023 17:05:52 +0800
Subject: [PATCH] 累计积分

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java |  156 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 155 insertions(+), 1 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 d65fe99..f276088 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
@@ -6,6 +6,7 @@
 import com.panzhihua.common.model.dtos.PageBaseDTO;
 import com.panzhihua.common.model.dtos.community.*;
 import com.panzhihua.common.model.dtos.community.acid.*;
+import com.panzhihua.common.model.dtos.community.building.BuildingDto;
 import com.panzhihua.common.model.dtos.community.convenient.*;
 import com.panzhihua.common.model.dtos.community.dpc.AddDpcDTO;
 import com.panzhihua.common.model.dtos.community.dpc.EditDpcDTO;
@@ -5046,6 +5047,8 @@
     @GetMapping("/neighbor/getNeighborTopicByApp")
     R getNeighborTopicByApp(@RequestParam("name") String name);
 
+    @GetMapping("/neighbor/getNeighborTopicByAppNew")
+    R getNeighborTopicByAppNew(@RequestParam("name") String name);
     /**
      * 删除话题
      * @param id
@@ -11541,7 +11544,8 @@
                      @RequestParam(value = "userName", required = false) String userName,
                      @RequestParam(value = "communityId", required = false) String communityId,
                      @RequestParam(value = "userId", required = false) String userId,
-                     @RequestParam(value = "orderType", required = false) String orderType);
+                     @RequestParam(value = "orderType", required = false) String orderType,
+                     @RequestParam(value = "merchantId", required = false) String merchantId);
 
     /**
      * 查询详情
@@ -11707,18 +11711,168 @@
 
 
 
+    /***************************************************************************************************************
+     *
+     *                               路北社区商家提现
+     *
+     ****************************************************************************************************************/
+
+    /**
+     * 商家提现列表啊
+     * @param disposeType
+     * @return
+     */
+    @GetMapping("/VolunteerMerchant/withdraw/getList")
+    public R WithdrawGetList(@RequestParam("pageNum") int pageNum,
+                             @RequestParam("pageSize") int pageSize,
+                             @RequestParam(value = "disposeType", required = false) String disposeType,
+                             @RequestParam(value = "merchantName", required = false) String merchantName,
+                             @RequestParam(value = "merchantId", required = false) String  merchantId,
+                             @RequestParam(value = "communityId", required = false) String communityId);
+
+    /**
+     * 新增商家提现
+     * @param item
+     * @return
+     */
+    @PostMapping("/VolunteerMerchant/withdraw/insert")
+    public R WithdrawInsert(@RequestBody VolunteerMerchantWithdrawVO item);
+
+    /**
+     * 编辑商家提现
+     * @param item
+     * @return
+     */
+    @PostMapping("/VolunteerMerchant/withdraw/update")
+    public R WithdrawUpdate(@RequestBody VolunteerMerchantWithdrawVO item);
+
+    /**
+     * 删除商家提现
+     * @param id
+     * @return
+     */
+    @GetMapping("/VolunteerMerchant/withdraw/delete")
+    public R WithdrawDelete(@RequestParam("id") String id);
+
+    /**
+     * 处理商家提现
+     * @param id
+     * @return
+     */
+    @GetMapping("/VolunteerMerchant/withdraw/dispose")
+    public R WithdrawDispose(@RequestParam("id") String id);
 
 
 
 
+    /***************************************************************************************************************
+     *
+     *                               路北社区系统配置   商家折扣      兑换地点信息
+     *
+     ****************************************************************************************************************/
+
+    /**
+     * 详情
+     * @param
+     * @return
+     */
+    @GetMapping("/VolunteerMerchant/Community/Config/getData")
+    public R ConfiggetData(@RequestParam("communityId") String communityId);
+
+    /**
+     * 新增
+     * @param
+     * @return
+     */
+    @PostMapping("/VolunteerMerchant/Community/Config/insertvo")
+    public R Configinsertvo(@RequestBody VolunteerCommunityConfigVO item);
+
+
+
+    /*******************************************************************************************************************
+     *
+     *
+     *                         社区折扣
+     *
+     *
+     ******************************************************************************************************************/
+
+
+    /**
+     * 分页查询
+     * @param
+     * @return
+     */
+    @GetMapping("/VolunteerMerchant/community/discount/getList")
+    public R CommunityDiscountgetList(@RequestParam("communityId") String communityId);
+
+    /**
+     * 新增
+     * @param
+     * @return
+     */
+    @PostMapping("/VolunteerMerchant/community/discount/insert")
+    public R CommunityDiscountinsert(@RequestBody VolunteerCommunityDiscountVO item);
+
+
+    @PostMapping("/VolunteerMerchant/community/discount/update")
+    public R CommunityDiscountupdate(@RequestBody VolunteerCommunityDiscountVO item);
+
+
+    @DeleteMapping("/VolunteerMerchant/community/discount/delete")
+    public R CommunityDiscountdelete(@RequestParam("id") String id);
 
 
 
 
+    /**
+     * 报名/取消报名社区活动
+     * 金汇社区专用
+     * @param signactivityVO
+     *            报名参数
+     * @return 报名 取消报名 结果
+     */
+    @PostMapping("/jinhui/jinhuiSignActivity")
+    public R jinhuiSignActivity(@RequestBody SignactivityVO signactivityVO);
+
+
+
+    /**
+     * 用户签到
+     * 金汇社区专用
+     * @param comActActRegistVO 签到参数
+     * @return 签到结果
+     */
+    @PostMapping("/jinhui/jinhuiActivitySignIn")
+    public R jinhuiActivitySignIn(@RequestBody ComActActRegistVO comActActRegistVO);
 
 
 
 
+    @GetMapping("/integral/user/getIntegralUserRank")
+    public R  getIntegralUserRank(@RequestParam("communityId") Long communityId,
+                                  @RequestParam("userId") Long userId);
 
 
+    @GetMapping("/largeScreen/panzhihuaMap")
+    public R panzhihuaMap(@RequestParam("areaCode")String areaCode);
+
+    @GetMapping("/largeScreen/oneTagThreeReal")
+    public R oneTagThreeReal(@RequestParam("streetId") Long streetId);
+
+    @PostMapping("/largeScreen/searchStreet")
+    public R searchStreet(@RequestBody BuildingDto buildingDto);
+
+    @PostMapping("/largeScreen/huachengDyn")
+    public R huachengDyn(@RequestBody ComActDynVO comActDynVO);
+
+    @GetMapping("/largeScreen/getScreenStatics")
+    public R getScreenStatics();
+
+    @GetMapping("/largeScreen/populationStatics")
+    public R populationStatics(@RequestParam("streetId") Long streetId);
+
+    @GetMapping("/largeScreen/probably")
+    public R probably(@RequestParam("year") Integer year,@RequestParam("belongTo") String belongTo);
+
 }

--
Gitblit v1.7.1