| | |
| | | * @return |
| | | */ |
| | | @Override |
| | | public GridVO getGridDetailByHouseCode(String houseCode) { |
| | | return baseMapper.getGridDetailByHouseCode(houseCode); |
| | | public GridVO getPlaceGridDetailByHouseCode(String houseCode) { |
| | | return baseMapper.getPlaceGridDetailByHouseCode(houseCode); |
| | | } |
| | | |
| | | /** |
| | |
| | | public List<GridVO> getGridListByAoiCode(String aoiCode) { |
| | | return baseMapper.getGridListByAoiCode(aoiCode); |
| | | } |
| | | |
| | | /** |
| | | * 查询对应网格人对应的网格 |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | @Override |
| | | public GridEntity getGridByUserId(Long userId) { |
| | | return baseMapper.getGridByUserId(userId); |
| | | } |
| | | } |