csx 4 anni fa
parent
commit
1e67308104
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      controllers/his_api_controller.go

+ 1 - 1
controllers/his_api_controller.go Vedi File

@@ -1220,7 +1220,6 @@ type ResultSeven struct {
1220 1220
 			Gend            string  `json:"gend"`
1221 1221
 			HifesPay        float64 `json:"hifes_pay"`
1222 1222
 			HifmiPay        float64 `json:"hifmi_pay"`
1223
-			HifobPay        float64 `json:"hifob_pay"`
1224 1223
 			HifpPay         float64 `json:"hifp_pay"`
1225 1224
 			HospPartAmt     float64 `json:"hosp_part_amt"`
1226 1225
 			InscpScpAmt     float64 `json:"inscp_scp_amt"`
@@ -1244,6 +1243,7 @@ type ResultSeven struct {
1244 1243
 			PsnType         string  `json:"psn_type"`
1245 1244
 			SetlID          string  `json:"setl_id"`
1246 1245
 			SetlTime        string  `json:"setl_time"`
1246
+			HifobPay        float64 `json:"hifob_pay"`
1247 1247
 		} `json:"setlinfo"`
1248 1248
 	} `json:"output"`
1249 1249
 	RefmsgTime  string      `json:"refmsg_time"`