lin
2024-03-02 861e9b1eb145094dff6d1caf3dba30d7ce0e11d7
src/main/java/org/springblade/modules/place/mapper/PlaceExtMapper.java
@@ -41,7 +41,6 @@
    */
   List<PlaceExtVO> selectPlaceExtPage(IPage page,
                              @Param("placeExt") PlaceExtVO placeExt,
                              @Param("houseCodeList") List<String> houseCodeList,
                              @Param("regionChildCodesList") List<String> regionChildCodesList,
                              @Param("isAdministrator") Integer isAdministrator,
                              @Param("gridCodeList")  List<String> gridCodeList);
@@ -55,5 +54,8 @@
   PlaceExtVO getDetail(@Param("placeExt") PlaceExtVO placeExt);
   Integer selectCount(@Param("userId") Long userId, @Param("neiCode") String neiCode, @Param("confirmFlag") Integer confirmFlag);
   Integer selectCount(@Param("placeExt") PlaceExtVO placeExt,
                  @Param("regionChildCodesList") List<String> regionChildCodesList,
                  @Param("isAdministrator") Integer isAdministrator,
                  @Param("gridCodeList")  List<String> gridCodeList);
}