| | |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | List<String> getAddressCodeListByUserId(@Param("userId") Long userId); |
| | | List<String> getAddressCodeListByUserId(@Param("userId") Long userId,@Param("addressCode") String addressCode); |
| | | |
| | | /** |
| | | * 空间分析 mysql 5.7 点落面 |
| | | */ |
| | | GridEntity spatialAnalysis(@Param("point")String point); |
| | | List<GridEntity> spatialAnalysis(@Param("point")String point); |
| | | |
| | | /** |
| | | * 根据参数查询网格数据 |
| | |
| | | */ |
| | | GridEntity getGridByNames(@Param("gridName") String gridName, |
| | | @Param("communityName") String communityName); |
| | | |
| | | /** |
| | | * 查询用户对应的网格 |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | List<String> getGridListByUserId(@Param("userId") String userId); |
| | | } |