linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/place/mapper/PlaceExtMapper.java
@@ -41,7 +41,9 @@
    */
   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);
   /**
    * 场所详情表 自定义详情
@@ -52,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);
}