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