aa
This commit is contained in:
@@ -1320,7 +1320,9 @@ func GetAllDeliveryDetail(ctx *jxcontext.Context, vendorWaybillID, comType strin
|
||||
return getWaybillDetailInfoResult, err
|
||||
}
|
||||
}
|
||||
getWaybillDetailInfoResult, err = api.TxAPI.GetWaybillDetailInfo(vendorWaybillID, comType)
|
||||
if getWaybillDetailInfoResult, err = api.TxAPI.GetWaybillDetailInfo(vendorWaybillID, comType); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
jobOrder.WaybillQueryTime = time.Now()
|
||||
if waybillInfo, err := json.Marshal(getWaybillDetailInfoResult); err == nil {
|
||||
jobOrder.WaybillInfo = string(waybillInfo)
|
||||
|
||||
Reference in New Issue
Block a user