|
@@ -331,6 +331,10 @@ func (this *PharmacyController) GetPharmacyContent() {
|
331
|
331
|
order, _ := service.GetMobiledialysiOrder(orgid, patient_id, stime)
|
332
|
332
|
numberList, _ := service.GetAllBedNumberList(orgid)
|
333
|
333
|
zoneList, _ := service.GetAllZoneByList(orgid)
|
|
334
|
+
|
|
335
|
+ appId := this.GetAdminUserInfo().CurrentAppId
|
|
336
|
+ adminUserES, _ := service.GetAllAdminUserES(orgid, appId)
|
|
337
|
+ allDoctor, _ := service.GetAllDoctor(orgid, appId)
|
334
|
338
|
if err != nil {
|
335
|
339
|
utils.ErrorLog(err.Error())
|
336
|
340
|
this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeParamWrong)
|
|
@@ -343,6 +347,8 @@ func (this *PharmacyController) GetPharmacyContent() {
|
343
|
347
|
return_value["order"] = order
|
344
|
348
|
return_value["numberList"] = numberList
|
345
|
349
|
return_value["zoneList"] = zoneList
|
|
350
|
+ return_value["adminUserES"] = adminUserES
|
|
351
|
+ return_value["doctors"] = allDoctor
|
346
|
352
|
|
347
|
353
|
//if is_medicine == 1{发药时间先不展示
|
348
|
354
|
// return_value["time"] = time
|