| | |
| | | Map<String, HouseTree> getHouseTree(@Param("houseParam") HouseParam houseParam, |
| | | @Param("list") List<String> list); |
| | | |
| | | Integer getHouseStatisticsOne(String code, Long userId, String aoiCode, String buildingCode, String unitCode, String roleType); |
| | | Integer getHouseStatisticsOne(List<String> communityCodeList, Long userId, String aoiCode, String buildingCode, String unitCode, String roleType); |
| | | |
| | | Integer getHouseStatisticsTwo(@Param("code") String code, |
| | | Integer getHouseStatisticsTwo(@Param("communityCodeList") List<String> communityCodeList, |
| | | @Param("aoiCode") String aoiCode, |
| | | @Param("buildingCode") String buildingCode, |
| | | @Param("unitCode") String unitCode, |
| | |
| | | @Param("regionChildCodesList")List<String> regionChildCodesList, |
| | | @Param("gridCodeList")List<String> gridCodeList); |
| | | |
| | | Integer getHouseStatisticsThree(String code, Long userId, String aoiCode, String buildingCode, String unitCode, String roleType); |
| | | Integer getHouseStatisticsThree(List<String> communityCodeList, Long userId, String aoiCode, String buildingCode, String unitCode, String roleType); |
| | | |
| | | Integer getHouseStatisticsFour(String code, Long userId, String aoiCode, String buildingCode, String unitCode, String roleType); |
| | | Integer getHouseStatisticsFour(List<String> communityCodeList, Long userId, String aoiCode, String buildingCode, String unitCode, String roleType); |
| | | |
| | | List<String> getHouseBuilding(String districtCode); |
| | | |
| | |
| | | /** |
| | | * 按房屋标签统计 |
| | | * @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); |
| | | @Param("communityCodeList")List<String> regionChildCodesList); |
| | | |
| | | /** |
| | | * 查询对应的社区编号 |