This commit is contained in:
苏尹岚
2020-12-24 17:19:08 +08:00
parent 9b3beb0dc0
commit 5f343c493b
2 changed files with 5 additions and 5 deletions

View File

@@ -1193,7 +1193,7 @@ func GetAllDeliveryDetail(ctx *jxcontext.Context, vendorWaybillID, comType strin
jobOrder.WaybillStatus = model.OrderStatusFinished
}
dao.UpdateEntity(db, jobOrder, "WaybillQueryTime", "WaybillInfo", "WaybillStatus")
return result, err
return getWaybillDetailInfoResult, err
}
func CheckJdDeliveryWeight(ctx *jxcontext.Context) (err error) {