| | |
| | | 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; |
| | | |
| | |
| | | |
| | | else { |
| | | loginUserInfoVO.setIsCheckUnitAdmin(0); |
| | | } |
| | | Long checkUnitId=userDao.selectCheckUnitId(phone); |
| | | if(checkUnitId!=null){ |
| | | loginUserInfoVO.setCheckUnitId(checkUnitId); |
| | | } |
| | | //是否网格员 |
| | | int easyPhotoMember = userDao.countEasyPhotoMember(phone, userCommunityId); |
| | |
| | | } |
| | | return R.fail(); |
| | | } |
| | | |
| | | @Override |
| | | public R newIndexData(Integer type, Long streetId) { |
| | | IndexDataKanbanVO indexDataKanbanVO = userDao.selectIndexDataKanban(null); |
| | | //判断数据范围 |
| | | if (type.equals(ALLCOUNTY)){ |
| | | //数据范围:全部区县 |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | |
| | | } |