| | |
| | | import org.springblade.modules.grid.mapper.GridMapper; |
| | | import org.springblade.modules.grid.service.IGridService; |
| | | import org.springblade.core.mp.base.BaseServiceImpl; |
| | | import org.springblade.modules.place.vo.PlaceVO; |
| | | import org.springblade.modules.system.entity.User; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | /** |
| | | * 根据参数查询网格数据 |
| | | * @param place |
| | | * @return |
| | | */ |
| | | @Override |
| | | public GridVO getGridDetailByParam(PlaceVO place) { |
| | | return baseMapper.getGridDetailByParam(place); |
| | | } |
| | | } |