aa
This commit is contained in:
@@ -68,6 +68,7 @@ func CreateOrder(tokenInfo *model.TokenInfo, orderType, origin, thingID, typeID
|
||||
if payPrice, err = findOrderPayPriceMap[orderType](db, typeID); err != nil {
|
||||
return "", err
|
||||
}
|
||||
globals.SugarLogger.Debugf("CreateOrder payPrice: %v", payPrice)
|
||||
orderID = utils.Int64ToStr(putils.GenOrderNo())
|
||||
payOrder := &model.PayOrder{
|
||||
CreatedAt: &now,
|
||||
|
||||
Reference in New Issue
Block a user