投诉骑手

This commit is contained in:
苏尹岚
2019-12-23 15:41:43 +08:00
parent 943c4a723d
commit 2ee7c74e2a

View File

@@ -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
}