| | |
| | | */ |
| | | 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); |
| | | |
| | | /** |
| | | * 场所详情表 自定义详情 |
| | |
| | | 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); |
| | | } |