| | |
| | | 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); |
| | | } |