投诉骑手
This commit is contained in:
@@ -256,7 +256,7 @@ func ComplaintRider(ctx *jxcontext.Context, orderID string, vendorID, complaintI
|
||||
if err == nil && len(wayBillList) > 0 {
|
||||
err = p.ComplaintRider(wayBillList[0], complaintID, complaintReasonsMap[complaintID])
|
||||
} else {
|
||||
return fmt.Errorf("未查询到到相关订单,订单要求必须是完成!订单号:[%v]", orderID)
|
||||
return fmt.Errorf("未查询到到相关订单,订单状态要求必须是完成!订单号:[%v] ,厂商:[%v]", orderID, vendorID)
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user