| | |
| | | List<HouseVO> selectHousePage(IPage page, |
| | | @Param("house") HouseVO house, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("gridCodeList") List<String> gridCodeList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | |
| | | /** |
| | |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator, |
| | | @Param("streetCode") String streetCode); |
| | | |
| | | /** |
| | | * 查询未绑定网格或警格的数据 |
| | | * @param type 1:网格 2:警格 |
| | | * @return |
| | | */ |
| | | List<HouseEntity> getNotBindGridOrJwGridList(@Param("type") Integer type); |
| | | |
| | | /** |
| | | * 按房屋标签统计 |
| | | * @param house |
| | | * @param isAdministrator |
| | | * @param regionChildCodesList |
| | | * @param gridCodeList |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> getHouseLabelStatistic(@Param("house") HouseVO house, |
| | | @Param("isAdministrator") Integer isAdministrator, |
| | | @Param("regionChildCodesList")List<String> regionChildCodesList, |
| | | @Param("gridCodeList")List<String> gridCodeList); |
| | | } |