Browse Source

历史排班

28169 9 months ago
parent
commit
91913d6f9f
2 changed files with 3 additions and 1 deletions
  1. BIN
      XT_New.exe
  2. 3 1
      controllers/pharmacy_controller.go

BIN
XT_New.exe View File


+ 3 - 1
controllers/pharmacy_controller.go View File

@@ -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
 	//}