| | |
| | | @Param("houseCodeList") List<String> houseCodeList, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | |
| | | /** |
| | | * 查询 警务网格为空的数据 |
| | | * @return |
| | | */ |
| | | List<PlaceEntity> getPlaceNotJwGridCode(); |
| | | |
| | | /** |
| | | * 比对两点间的距离是否在1km 范围内(和地址总表位置对比) |
| | | * @param placeVO |
| | | * @return |
| | | */ |
| | | Integer comparisonPosition(@Param("place") PlaceVO placeVO); |
| | | |
| | | /** |
| | | * 比对两点间的距离是否在1km 范围内 (和采集的位置对比) |
| | | * @param placeVO |
| | | * @return |
| | | */ |
| | | Boolean comparisonPositionNotHouseCode(@Param("place") PlaceVO placeVO); |
| | | } |