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