|
@@ -337,6 +337,8 @@ func (this *PharmacyController) GetPharmacyContent() {
|
337
|
337
|
allDoctor, _ := service.GetAllDoctor(orgid, appId)
|
338
|
338
|
|
339
|
339
|
prescriptionListByToDay, _ := service.GetPrescriptionListByToDay(orgid, patient_id, stime)
|
|
340
|
+
|
|
341
|
+ diagnose, _ := service.FindAllDiagnose(orgid)
|
340
|
342
|
if err != nil {
|
341
|
343
|
utils.ErrorLog(err.Error())
|
342
|
344
|
this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeParamWrong)
|
|
@@ -352,7 +354,7 @@ func (this *PharmacyController) GetPharmacyContent() {
|
352
|
354
|
return_value["adminUserES"] = adminUserES
|
353
|
355
|
return_value["doctors"] = allDoctor
|
354
|
356
|
return_value["prescription"] = prescriptionListByToDay
|
355
|
|
-
|
|
357
|
+ return_value["diagnose"] = diagnose
|
356
|
358
|
//if is_medicine == 1{发药时间先不展示
|
357
|
359
|
// return_value["time"] = time
|
358
|
360
|
//}
|