ceshi
This commit is contained in:
@@ -804,7 +804,7 @@ func GetJdDelivery(ctx *jxcontext.Context, status int, fromTime, toTime string,
|
|||||||
statuss = append(statuss, status)
|
statuss = append(statuss, status)
|
||||||
}
|
}
|
||||||
pages, _ := dao.GetDeliveryOrders(db, []string{ctx.GetUserID()}, []int{model.OrderStatusNew, model.OrderStatusDelivering}, utils.ZeroTimeValue, utils.ZeroTimeValue, 9999, 0)
|
pages, _ := dao.GetDeliveryOrders(db, []string{ctx.GetUserID()}, []int{model.OrderStatusNew, model.OrderStatusDelivering}, utils.ZeroTimeValue, utils.ZeroTimeValue, 9999, 0)
|
||||||
for _, v := range pages.Data.([]*model.DeliveryOrder) {
|
for _, v := range pages.Data.([]*dao.GetDeliveryOrdersResult) {
|
||||||
if v != nil && v.VendorWaybillID != "" {
|
if v != nil && v.VendorWaybillID != "" {
|
||||||
var (
|
var (
|
||||||
isDeliverying bool
|
isDeliverying bool
|
||||||
|
|||||||
Reference in New Issue
Block a user