From 74c33c297946d1b1aedaa71a9175b09fad9f9343 Mon Sep 17 00:00:00 2001
From: huanghongfa <huanghongfa123456>
Date: 星期一, 12 七月 2021 17:46:25 +0800
Subject: [PATCH] 修改bug

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java |   30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 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 2d1a11c..9c6987c 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
@@ -27,10 +27,7 @@
 import com.panzhihua.common.model.dtos.shop.*;
 import com.panzhihua.common.model.dtos.user.PageInputUserDTO;
 import com.panzhihua.common.model.dtos.vaccines.*;
-import com.panzhihua.common.model.vos.BcDictionaryItemVO;
-import com.panzhihua.common.model.vos.BcDictionaryVO;
-import com.panzhihua.common.model.vos.R;
-import com.panzhihua.common.model.vos.SystemmanagementConfigVO;
+import com.panzhihua.common.model.vos.*;
 import com.panzhihua.common.model.vos.community.*;
 import com.panzhihua.common.model.vos.community.bigscreen.BigScreenStatisticAgeGender;
 import com.panzhihua.common.model.vos.community.bigscreen.BigScreenStatisticPartyActivity;
@@ -2933,6 +2930,24 @@
     R listSaveBuildingExcelVO(@RequestBody List<ComMngBuildingExcelVO> newVoList, @RequestParam("communityId") Long communityId);
 
     /**
+     * 插入字典
+     * @param dictionaryVO  字典数据
+     * @return R  是否保存成功
+     * @author manailin
+     * @date 2021/6/10 17:00
+     */
+    @PostMapping("/dictionary/insertDiction")
+    R  insertDiction(@RequestBody DictionaryVO dictionaryVO);
+    /**
+     * 插入字典项
+     * @param dictionaryVO  字典数据
+     * @return R  是否保存成功
+     * @author manailin
+     * @date 2021/6/10 17:00
+     */
+    @PostMapping("/dictionary/insertDictionItem")
+    R  insertDictionItem(@RequestBody BcDictionaryVO dictionaryVO);
+    /**
      * 根据字典key查询字典项
      *
      * @param key
@@ -3589,4 +3604,11 @@
      */
     @GetMapping("/neighbor/getNeighborTopicByApp")
     R getNeighborTopicByApp(@RequestParam("communityId") Long communityId);
+
+    /**
+     * 综治后台-查询社区列表
+     * @return  社区列表
+     */
+    @GetMapping("/eventgrid/community/list")
+    R getCommunityLists();
 }

--
Gitblit v1.7.1