zhongrj
2024-01-22 57e314b4dd5194be6bb64b5c191d254e2555a58e
src/main/java/org/springblade/modules/place/mapper/PlaceMapper.java
@@ -43,7 +43,6 @@
    */
   List<PlaceVO> selectPlacePage(IPage page,
                          @Param("place") PlaceVO place,
                          @Param("houseCodeList") List<String> houseCodeList,
                          @Param("regionChildCodesList") List<String> regionChildCodesList,
                          @Param("isAdministrator") Integer isAdministrator);