linwe
2024-07-29 ade9cc120afc0fbd73f1b2a906cb2cb5c391e6c6
src/main/java/org/springblade/modules/house/mapper/HouseMapper.java
@@ -162,4 +162,11 @@
    * @return
    */
   List<HouseVO> getNotBindLabelHouseList(@Param("i") int i,@Param("size")  int size);
   /**
    *
    * @param aoiCodeList
    * @return
    */
   Map<String, Object> getHoseTotalAndAreaTotalByDistrictCode(List<String> aoiCodeList);
}