src/main/java/org/springblade/modules/house/mapper/HouseMapper.java
@@ -69,4 +69,9 @@ @MapKey(value = "code") Map<String, HouseTree> getHouseTree(@Param("houseParam") HouseParam houseParam, @Param("list") List<String> list); Integer getHouseStatisticsOne(String code, Long userId); Integer getHouseStatisticsTwo(String code, Long userId); Integer getHouseStatisticsThree(String code, Long userId); Integer getHouseStatisticsFour(String code, Long userId); }