From 584431221914d207c011755d0e325c0e59c997d6 Mon Sep 17 00:00:00 2001
From: 张天森 <1292933220@qq.com>
Date: 星期三, 06 七月 2022 17:52:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/huacheng_zts' into huacheng_test

---
 springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java
index 8a3e222..4610cef 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java
@@ -146,6 +146,10 @@
     private SysAppConfigDao sysAppConfigDao;
     @Resource
     private SysTemplateConfigDao sysTemplateConfigDao;
+    public static final Integer ALLCOUNTY=1;
+    public static final Integer ALLSTREET=2;
+    public static final Integer ALLCOMMUNITY=3;
+
     // @Resource
     // private GridService gridService;
 
@@ -3296,4 +3300,16 @@
         }
         return R.fail();
     }
+
+    @Override
+    public R newIndexData(Integer type, Long streetId) {
+        IndexDataKanbanVO indexDataKanbanVO = userDao.selectIndexDataKanban(null);
+        //判断数据范围
+        if (type.equals(ALLCOUNTY)){
+            //数据范围:全部区县
+        }
+        return null;
+    }
+
+
 }

--
Gitblit v1.7.1