This commit is contained in:
wucongxing8150 2025-06-03 15:25:01 +08:00
parent 6aaff9f345
commit 654eb2ee5c

View File

@ -20,7 +20,7 @@ public interface StatsCaseClinicalDoctorDao extends BaseMapper<StatsCaseClinical
*/
IPage<StatsCaseClinicalDoctorDto> getStatsCaseClinicalDoctorSearchPage(
Page<?> page,
@Param("doctor_name") String doctorName,
@Param("doctorName") String doctorName,
@Param("order") Map<String, String> order
);