linwe
2023-11-12 8d8c7da4e91028fc877f101dcd244bef3e18c197
src/main/java/org/springblade/modules/place/mapper/PlaceMapper.java
@@ -37,9 +37,12 @@
    *
    * @param page
    * @param place
    * @param houseCodeList
    * @return
    */
   List<PlaceVO> selectPlacePage(IPage page, @Param("place") PlaceVO place);
   List<PlaceVO> selectPlacePage(IPage page,
                          @Param("place") PlaceVO place,
                          @Param("houseCodeList") List<String> houseCodeList);
   /**
    * 查询场所集合信息