1
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
"git.rosy.net.cn/jx-callback/business/partner"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"time"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -83,6 +84,9 @@ func ManagerOrderPrint(order *model.GoodsOrder, storeTel string, storeDetail *da
|
||||
|
||||
printOrder[PayOrderTime] = utils.Time2Str(order.OrderCreatedAt)
|
||||
printOrder[TrySendTime] = utils.Time2Str(order.ExpectedDeliveredTime)
|
||||
if order.ExpectedDeliveredTime.Unix() == utils.DefaultTimeValue.Unix() {
|
||||
printOrder[TrySendTime] = utils.Time2Str(order.OrderCreatedAt.Add(time.Hour * 1))
|
||||
}
|
||||
printOrder[OrderNo] = order.VendorOrderID
|
||||
printOrder[VendorID] = utils.Int2Str(order.VendorID)
|
||||
printOrder[VendorName] = jxutils.GetVendorName(order.VendorID)
|
||||
|
||||
Reference in New Issue
Block a user