From 3fe94d6b0570c6ecb28a9659127b7dedbb872815 Mon Sep 17 00:00:00 2001
From: manailin <261030956@qq.com>
Date: 星期二, 22 六月 2021 15:30:05 +0800
Subject: [PATCH] [修改]添加请求返回对象判断,日志记录返回请求返回数据

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 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 ded5923..0ededa1 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
@@ -42,7 +42,6 @@
 import com.panzhihua.common.model.vos.shop.ShopStoreVO;
 import com.panzhihua.common.model.vos.user.UserElectronicFileVO;
 import com.panzhihua.common.model.vos.user.UserPhoneVO;
-import com.panzhihua.common.utlis.ExcelSelectObject;
 import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.transaction.annotation.Transactional;
 import org.springframework.web.bind.annotation.*;
@@ -2867,10 +2866,17 @@
      */
     @PostMapping("/elders/records/page")
     R pageQueryEldersAuthRecord(@RequestBody  PageEldersAuthRecordDTO pageEldersAuthElderlyDTO);
-	
+    /**
+     * description 批量保存重点人群人员信息
+     *
+     * @param list 重点人群信息
+     * @return R  保存结果
+     * @author manailin
+     * @date 2021/6/10 17:00
+     */
 	@PostMapping("/key_person/batch/save")
     R saveBatchKeyPerson(@RequestBody List<KeyPersonInfoDTO> list);
-	
+
 	@GetMapping("/screen/population/statistic")
     R statistic(@RequestParam("communityId")Long communityId);
 
@@ -2888,7 +2894,7 @@
 
     @PostMapping("/elders/getAuthHistoryExport")
     R getAuthHistoryExport(@RequestBody PageEldersAuthHistoryDTO pageEldersAuthElderlyDTO);
-	
+
 	@GetMapping("/screen/work/neighborCircle")
     R statisticNeighborCircle(@RequestParam("communityId") Long communityId);
 
@@ -2951,7 +2957,7 @@
      */
     @GetMapping("/screen/getScreenCivil")
     R getScreenCivil(@RequestParam("communityId")Long communityId);
-	
+
 	/**
      * 大屏统计邻里圈
      */
@@ -2998,7 +3004,7 @@
      */
     @GetMapping("/screen/work/workCount")
     R workCount(@RequestParam("communityId")Long communityId);
-	
+
 	/**
      * description 批量保存残疾人人员信息
      *

--
Gitblit v1.7.1