orderid
This commit is contained in:
@@ -362,7 +362,7 @@ func Pay4User(ctx *jxcontext.Context, thingID, payType int, vendorPayType string
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
vendorOrderID = utils.Int64ToStr(GenOrderNo(ctx))
|
vendorOrderID = utils.Int64ToStr(jxutils.GenOrderNo())
|
||||||
order = &model.GoodsOrder{
|
order = &model.GoodsOrder{
|
||||||
VendorOrderID: vendorOrderID,
|
VendorOrderID: vendorOrderID,
|
||||||
ActualPayPrice: int64(discountCard.Price),
|
ActualPayPrice: int64(discountCard.Price),
|
||||||
|
|||||||
Reference in New Issue
Block a user