This commit is contained in:
邹宗楠
2023-07-12 15:25:25 +08:00
parent 2c34badf6b
commit d53ae43639
2 changed files with 1 additions and 5 deletions

View File

@@ -441,7 +441,7 @@ func (c *PurchaseHandler) callbackAfsMsg2Status(status string, msg interface{})
orderStatus.Status = c.GetAfsStatusFromVendorStatus(tao_vegetable.OrderStatusRefundSuccess)
orderStatus.StatusTime = time.Now()
orderStatus.Remark = fmt.Sprintf("QueryTaoAfsOrderId:%s", refundData.BizSubRefundId)
orderStatus.VendorOrderID = utils.Int64ToStr(*orders[0].RefundOrderId)
orderStatus.VendorOrderID = *orders[0].OutMianOrderId
taoRefundList = refundAfs.Orders
}