Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 2 years ago
parent
commit
ee1b071057
1 changed files with 3 additions and 1 deletions
  1. 3 1
      controllers/sg/his_api_controller.go

+ 3 - 1
controllers/sg/his_api_controller.go View File

8935
 		patientPrescription, _ := service.FindPatientPrescriptionInfo(adminUser.CurrentOrgId, order.PatientId, order.SettleAccountsDate)
8935
 		patientPrescription, _ := service.FindPatientPrescriptionInfo(adminUser.CurrentOrgId, order.PatientId, order.SettleAccountsDate)
8936
 		adminRole_two, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, patientPrescription.DoctorId)
8936
 		adminRole_two, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, patientPrescription.DoctorId)
8937
 
8937
 
8938
+		doctor_info, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, his_hospital.Doctor)
8939
+
8938
 		roles, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, admin_user_id)
8940
 		roles, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, admin_user_id)
8939
 
8941
 
8940
 		var doctor_name string
8942
 		var doctor_name string
9009
 				"treatCostTotal":              treatCostTotal,
9011
 				"treatCostTotal":              treatCostTotal,
9010
 				"treatCostSelfTotal":          treatCostSelfTotal,
9012
 				"treatCostSelfTotal":          treatCostSelfTotal,
9011
 				"treatCostPartSelfTotal":      treatCostPartSelfTotal,
9013
 				"treatCostPartSelfTotal":      treatCostPartSelfTotal,
9012
-				"doctor_info":                 adminRole_two,
9014
+				"doctor_info":                 doctor_info,
9013
 				"doctor_code":                 adminRole_two.DoctorCode,
9015
 				"doctor_code":                 adminRole_two.DoctorCode,
9014
 				"doctor_name":                 doctor_name,
9016
 				"doctor_name":                 doctor_name,
9015
 				"health_card_no":              order.PsnNo,
9017
 				"health_card_no":              order.PsnNo,