重发物料
This commit is contained in:
@@ -1620,7 +1620,7 @@ func GetMatterOrderStatus(ctx *jxcontext.Context, vendorOrderID string) (result
|
|||||||
}
|
}
|
||||||
queryOrderStatus, err := api.JdEclpAPI.QueryOrderStatus(order.EclpOutID)
|
queryOrderStatus, err := api.JdEclpAPI.QueryOrderStatus(order.EclpOutID)
|
||||||
getTrackMessagePlusByOrderResult, err := api.JdEclpAPI.GetTrackMessagePlusByOrder(vendorOrderID)
|
getTrackMessagePlusByOrderResult, err := api.JdEclpAPI.GetTrackMessagePlusByOrder(vendorOrderID)
|
||||||
if err != nil {
|
if err != nil || queryOrderStatus == nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
if len(queryOrderStatus.OrderStatusList) > 0 {
|
if len(queryOrderStatus.OrderStatusList) > 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user