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