zhongrj
2024-01-20 625d68d8fa25b0077bd8ff9608f03f2b17e6208d
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);