linwe
2024-06-27 24f2e1047e0260915ce6e401ec36763974531eed
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);
}