From 887390e3cce95c5d6bb5a87e909ea50304366bf2 Mon Sep 17 00:00:00 2001
From: manailin <261030956@qq.com>
Date: 星期五, 18 二月 2022 16:26:00 +0800
Subject: [PATCH] [新增]仁和区离攀返攀导入特定样式功能

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 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 a60cd5b..9236a90 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
@@ -2192,7 +2192,7 @@
      */
     @PostMapping("/common/data/population/importElder")
     R listSavePopulationElderExcelVO(@RequestBody List<ComMngPopulationElderExcelVO> list,
-                                    @RequestParam(value = "communityId") Long communityId, @RequestParam(value = "userId") Long userId);
+        @RequestParam(value = "communityId") Long communityId, @RequestParam(value = "userId") Long userId);
 
     /**
      * 批量导入养老金人员  listSavePopulationPensionExcelVO  批量导入养老金人员
@@ -2204,7 +2204,7 @@
      */
     @PostMapping("/common/data/population/importPension")
     R listSavePopulationPensionExcelVO(@RequestBody List<ComMngPopulationPensionExcelVO> list,
-                                     @RequestParam(value = "communityId") Long communityId, @RequestParam(value = "userId") Long userId);
+        @RequestParam(value = "communityId") Long communityId, @RequestParam(value = "userId") Long userId);
 
     /**
      * 批量导入高龄老人线下认证记录  listSaveElderAuthRecordExcelVO  批量导入高龄老人线下认证记录
@@ -2217,7 +2217,7 @@
      */
     @PostMapping("/elders/authRecords/underLine/import")
     R listSaveElderAuthRecordExcelVO(@RequestBody List<ComElderAuthRecordImportExcelVO> list,
-                                       @RequestParam(value = "communityId") Long communityId, @RequestParam(value = "userId") Long userId);
+        @RequestParam(value = "communityId") Long communityId, @RequestParam(value = "userId") Long userId);
 
     /**
      * 批量导入养老线下认证记录  listSavePensionAuthRecordExcelVO  批量导入养老线下认证记录
@@ -2230,7 +2230,7 @@
      */
     @PostMapping("/elders/pensionAuthRecords/underLine/import")
     R listSavePensionAuthRecordExcelVO(@RequestBody List<ComPensionAuthRecordImportExcelVO> list,
-                                     @RequestParam(value = "communityId") Long communityId, @RequestParam(value = "userId") Long userId);
+        @RequestParam(value = "communityId") Long communityId, @RequestParam(value = "userId") Long userId);
 
     /**
      * 确认导入实有人口(有则更新,无则新建)
@@ -5482,7 +5482,7 @@
 
     /**
      * 查询预约登记题目下属选择项列表
-     * 
+     *
      * @param reserveSubId
      *            预约登记id
      * @return 查询预约登记题目下属选择项列表
@@ -6463,7 +6463,7 @@
      */
     @PostMapping("/cluster/member/import/admin")
     R importClusterMember(@RequestBody List<ComClusterMemberExcelVO> list,
-                                     @RequestParam(value = "communityId") Long communityId, @RequestParam(value = "userId") Long userId);
+        @RequestParam(value = "communityId") Long communityId, @RequestParam(value = "userId") Long userId);
 
     /**
      * 群团组织导出数据查询
@@ -8029,7 +8029,7 @@
 
     /**
      * [方法描述] 根据社区ID查询所属城市所在区区域代码,
-     * 
+     *
      * @param communityId
      *            社区ID
      * @return String 区域code

--
Gitblit v1.7.1