From f16aa82c14f8d363c3ef37f7b073eada2cf65ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 18 Oct 2023 11:31:03 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/waybill.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxcallback/orderman/waybill.go b/business/jxcallback/orderman/waybill.go index 6988ab3aa..1421046ee 100644 --- a/business/jxcallback/orderman/waybill.go +++ b/business/jxcallback/orderman/waybill.go @@ -264,7 +264,7 @@ func ComplaintRider(ctx *jxcontext.Context, vendorOrderID string, waybillVendorI if err == nil && len(wayBillList) > 0 { for _, v := range wayBillList { if utils.Int2Str(v.WaybillVendorID) == waybillVendorID { - err = p.ComplaintRider(wayBillList[0], complaintID, complaintReasonsMap[complaintID]) + err = p.ComplaintRider(v, complaintID, complaintReasonsMap[complaintID]) } } }