|
@@ -640,6 +640,7 @@ type ResultEleven struct {
|
640
|
640
|
RefdSetlFlag string `json:"refd_setl_flag"`
|
641
|
641
|
SetlTime string `json:"setl_time"`
|
642
|
642
|
MedType string `json:"med_type"`
|
|
643
|
+ HospLv string `json:"hosp_lv"`
|
643
|
644
|
} `json:"setlinfo"`
|
644
|
645
|
} `json:"output"`
|
645
|
646
|
RefmsgTime string `json:"refmsg_time"`
|
|
@@ -2227,8 +2228,14 @@ func (c *HisApiController) GetSettleAccounts() {
|
2227
|
2228
|
c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeDataException)
|
2228
|
2229
|
return
|
2229
|
2230
|
}
|
|
2231
|
+
|
|
2232
|
+ printor_admin, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, admin_user_id)
|
|
2233
|
+ charge_admin, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, order.Creator)
|
|
2234
|
+
|
2230
|
2235
|
if res.Infcode == 0 {
|
2231
|
2236
|
c.ServeSuccessJSON(map[string]interface{}{
|
|
2237
|
+ "charge_admin": charge_admin,
|
|
2238
|
+ "printor_admin": printor_admin,
|
2232
|
2239
|
"info": res.Output.Setlinfo,
|
2233
|
2240
|
"bedCostTotal": bedCostTotal,
|
2234
|
2241
|
"bedCostSelfTotal": bedCostSelfTotal,
|