1
This commit is contained in:
@@ -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])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user