lin
2024-03-04 e46f74096736c408328cf588e55ea2152f436de4
src/main/java/org/springblade/modules/house/mapper/HouseMapper.java
@@ -48,6 +48,7 @@
   List<HouseVO> selectHousePage(IPage page,
                          @Param("house") HouseVO house,
                          @Param("regionChildCodesList") List<String> regionChildCodesList,
                          @Param("gridCodeList") List<String> gridCodeList,
                          @Param("isAdministrator") Integer isAdministrator);
   /**