| | |
| | | * @param policeAffairsGrid |
| | | * @return |
| | | */ |
| | | List<PoliceAffairsGridVO> selectPoliceAffairsGridPage(IPage page, PoliceAffairsGridVO policeAffairsGrid); |
| | | List<PoliceAffairsGridVO> selectPoliceAffairsGridPage(IPage page, |
| | | @Param("policeAffairsGrid") PoliceAffairsGridVO policeAffairsGrid, |
| | | @Param("isAdministrator") Integer isAdministrator, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("gridCodeList") List<String> gridCodeList |
| | | ); |
| | | |
| | | /** |
| | | * 空间分析 |
| | |
| | | * @return |
| | | */ |
| | | List<PoliceAffairsGridEntity> spatialAnalysis(@Param("point") String point); |
| | | |
| | | /** |
| | | * 查询对应的社区编号 |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | List<String> getCommunityCodeListByUserId(@Param("userId") String userId); |
| | | } |