|
@@ -2132,7 +2132,7 @@ func (c *SZHisApiController) RefundNumber() {
|
2132
|
2132
|
// c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeRegisterRepeatException)
|
2133
|
2133
|
// return
|
2134
|
2134
|
// }
|
2135
|
|
-//}
|
|
2135
|
+//}q
|
2136
|
2136
|
|
2137
|
2137
|
//上传明细----结算----确认订单
|
2138
|
2138
|
func (c *SZHisApiController) GetSettleInfo() {
|
|
@@ -2565,6 +2565,7 @@ func (c *SZHisApiController) GetSettleInfo() {
|
2565
|
2565
|
order.PsnPartAmt = res.Transbody.Akb067
|
2566
|
2566
|
order.AccountPrice = res.Transbody.Aae240
|
2567
|
2567
|
order.MzNumber = mz_number
|
|
2568
|
+ order.MdtrtId = mz_number
|
2568
|
2569
|
order.YiliaoNumber = yiliao_number
|
2569
|
2570
|
setlDetailOne, _ := json.Marshal(res.Transbody.Outputlist1)
|
2570
|
2571
|
detailStrOne := string(setlDetailOne)
|