修改配送费修改
This commit is contained in:
@@ -30,7 +30,12 @@ import (
|
||||
"github.com/astaxie/beego/orm"
|
||||
)
|
||||
|
||||
var (
|
||||
orderNoBeginTimestamp int64
|
||||
)
|
||||
|
||||
func init() {
|
||||
orderNoBeginTimestamp = utils.Str2Time("2010-01-01 00:00:00").Unix()
|
||||
}
|
||||
|
||||
type tSkuCountPrice struct {
|
||||
@@ -1756,7 +1761,7 @@ func UpdateWaybillDesiredFee(ctx *jxcontext.Context, vendorOrderID string, desir
|
||||
waybill := &model.Waybill{
|
||||
VendorOrderID: order.VendorOrderID,
|
||||
OrderVendorID: order.VendorID,
|
||||
VendorWaybillID: GenOrderNo(ctx),
|
||||
VendorWaybillID: utils.Int64ToStr(GenOrderNo(ctx)),
|
||||
WaybillVendorID: -1,
|
||||
Status: model.WaybillStatusDelivered,
|
||||
WaybillCreatedAt: time.Now(),
|
||||
|
||||
Reference in New Issue
Block a user