|
@ -423,7 +423,11 @@ public class PatientNoLoginEndPoint extends EnvelopRestEndpoint {
|
|
|
@RequestParam(value = "withWork", required = false)String withWork,
|
|
|
@ApiParam(name = "patient", value = "患者code")
|
|
|
@RequestParam(value = "patient", required = false)String patient)throws Exception{
|
|
|
try {
|
|
|
return success(prescriptionService.findDoctorInfo(doctor,idcard,withWork,patient));
|
|
|
} catch (Exception e){
|
|
|
return failedException(e);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|