|
@ -247,7 +247,7 @@ public class PatientNoLoginEndPoint extends EnvelopRestEndpoint {
|
|
|
) throws Exception{
|
|
|
|
|
|
logger.info("findDoctorByHospitalAndDiseaseAndDept start:"+ DateUtil.dateToStr(new Date(),"yyyy-MM-dd HH:mm:ss:SSS"));
|
|
|
return prescriptionService.findDoctorByHospitalAndDiseaseAndDept2(iswork,patientid,
|
|
|
return prescriptionService.findDoctorByHospitalAndDiseaseAndDept(iswork,patientid,
|
|
|
orgCode,dept,
|
|
|
diseaseKey,doctorNameKey,
|
|
|
jobTitleNameKey,outpatientType,
|