| | |
| | | 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; |
| | | |
| | |
| | | } |
| | | return R.fail(); |
| | | } |
| | | |
| | | @Override |
| | | public R newIndexData(Integer type, Long streetId) { |
| | | IndexDataKanbanVO indexDataKanbanVO = userDao.selectIndexDataKanban(null); |
| | | //判断数据范围 |
| | | if (type.equals(ALLCOUNTY)){ |
| | | //数据范围:全部区县 |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | |
| | | } |