|
@@ -69,7 +69,7 @@ func CreateTradeOrder(userId, templateUserId int, productOrderNo, tradeOrderNo,
|
|
|
logger.Error("创建支付订单失败%v", err)
|
|
|
return
|
|
|
}
|
|
|
- err = tx.Updates(map[string]interface{}{
|
|
|
+ err = tx.Model(&order.ProductOrder{}).Updates(map[string]interface{}{
|
|
|
"trade_id": tradeOrder.ID,
|
|
|
"trade_no": tradeOrder.TransactionID,
|
|
|
"payment_time": time.Now(),
|