张天森
2022-07-06 9d9c41a7155482fb5bf6ec766ca1269a575fa6bf
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;
@@ -3288,4 +3292,16 @@
        }
        return R.fail("信息错误");
    }
    @Override
    public R newIndexData(Integer type, Long streetId) {
        IndexDataKanbanVO indexDataKanbanVO = userDao.selectIndexDataKanban(null);
        //判断数据范围
        if (type.equals(ALLCOUNTY)){
            //数据范围:全部区县
        }
        return null;
    }
}