|
@@ -39,7 +39,7 @@ public class DoctorInfoController {
|
|
|
"doctorCode: 医生编号,必填<br>")
|
|
|
@PostMapping("/getPatientInfo")
|
|
|
@SysLogger("getPatientInfo")
|
|
|
- public RespDTO<List<DoctorInfoDTO>> getPatientInfo(@Valid @RequestBody DoctorInfoVO doctorInfoVo) {
|
|
|
+ public RespDTO<List<DoctorInfoDTO>> getDoctorInfo(@Valid @RequestBody DoctorInfoVO doctorInfoVo) {
|
|
|
return doctorInfoFacade.getDoctorInfo(doctorInfoVo);
|
|
|
}
|
|
|
}
|