1
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
"git.rosy.net.cn/jx-callback/business/partner/purchase/jx/localjx"
|
||||
"github.com/astaxie/beego/server/web"
|
||||
"time"
|
||||
)
|
||||
|
||||
type JxOrderController struct {
|
||||
@@ -85,7 +84,7 @@ func (c *JxOrderController) Pay4StoreMyselfDeliverOrder() {
|
||||
DefendPrice: 0,
|
||||
},
|
||||
},
|
||||
ExpectedDeliveredTimestamp: time.Now().Unix(),
|
||||
ExpectedDeliveredTimestamp: 0,
|
||||
TotalPrice: int64(params.PayMoney),
|
||||
FreightPrice: 0,
|
||||
OrderPrice: int64(params.PayMoney),
|
||||
|
||||
Reference in New Issue
Block a user