Browse Source

提交代码

陈少旭 9 months ago
parent
commit
98004e9288
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/his_api_controller.go

+ 2 - 0
controllers/his_api_controller.go View File

@@ -10682,8 +10682,10 @@ func (c *HisApiController) GetFaPiaoData() {
10682 10682
 	pre_pay_money := service.GetUserMoney(order.PatientId, adminUser.CurrentOrgId)
10683 10683
 	sum, _ := service.RefundListSum(adminUser.CurrentOrgId, startRecordDateTime, endRecordDateTime, order.PatientId)
10684 10684
 	admin, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, adminUser.AdminUser.Id)
10685
+	charge_admin, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, order.Creator)
10685 10686
 
10686 10687
 	c.ServeSuccessJSON(map[string]interface{}{
10688
+		"charge_admin_name":                   charge_admin.UserName,
10687 10689
 		"order_number":                        order.Number, //业务流水号
10688 10690
 		"id_card_no":                          his.IdCardNo, //社会保障号
10689 10691
 		"patient":                             patient,