linwe
2024-06-28 0b7b8ede524a0b82563fa74ebe234b59c29463ab
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);
}