GetOrderWaybillInfo中当isGetPos为true时,暂时忽略状态检查
This commit is contained in:
@@ -181,7 +181,7 @@ func (c *OrderManager) GetOrderWaybillInfo(ctx *jxcontext.Context, vendorOrderID
|
|||||||
if err == nil && isGetPos {
|
if err == nil && isGetPos {
|
||||||
var taskBills []*model.WaybillExt
|
var taskBills []*model.WaybillExt
|
||||||
for _, v := range bills {
|
for _, v := range bills {
|
||||||
if v.Status >= model.WaybillStatusAccepted && v.Status <= model.WaybillStatusDelivering {
|
if true /*v.Status >= model.WaybillStatusAccepted && v.Status <= model.WaybillStatusDelivering*/ {
|
||||||
if handler := partner.GetRidderPositionGetter(v.WaybillVendorID); handler != nil {
|
if handler := partner.GetRidderPositionGetter(v.WaybillVendorID); handler != nil {
|
||||||
taskBills = append(taskBills, v)
|
taskBills = append(taskBills, v)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user