1
This commit is contained in:
parent
6aaff9f345
commit
654eb2ee5c
@ -20,7 +20,7 @@ public interface StatsCaseClinicalDoctorDao extends BaseMapper<StatsCaseClinical
|
|||||||
*/
|
*/
|
||||||
IPage<StatsCaseClinicalDoctorDto> getStatsCaseClinicalDoctorSearchPage(
|
IPage<StatsCaseClinicalDoctorDto> getStatsCaseClinicalDoctorSearchPage(
|
||||||
Page<?> page,
|
Page<?> page,
|
||||||
@Param("doctor_name") String doctorName,
|
@Param("doctorName") String doctorName,
|
||||||
@Param("order") Map<String, String> order
|
@Param("order") Map<String, String> order
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user