| | |
| | | * @param placePractitioner |
| | | * @return |
| | | */ |
| | | List<PlacePractitionerVO> selectPlacePractitionerPage(IPage page,@Param("placePractitioner") PlacePractitionerVO placePractitioner); |
| | | List<PlacePractitionerVO> selectPlacePractitionerPage(IPage page, |
| | | @Param("placePractitioner") PlacePractitionerVO placePractitioner, |
| | | @Param("gridCodeList") List<String> gridCodeList, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | |
| | | /** |
| | | * 统计数据 |
| | | * @param type |
| | | * @param placePractitioner |
| | | * @return |
| | | */ |
| | | Integer selectPlaceCountByType(@Param("type") Integer type); |
| | | Integer selectPlaceCountByType(@Param("placePractitioner") PlacePractitionerVO placePractitioner); |
| | | |
| | | |
| | | } |