aa
This commit is contained in:
@@ -49,7 +49,7 @@ var (
|
||||
if err == nil {
|
||||
order.PrepayID = result.PayInfo
|
||||
order.TransactionID = result.TrxID
|
||||
err = dao.Update(db, order, "prepay_id", "transaction_id")
|
||||
err = dao.Update(db, order, "transaction_id", "prepay_id")
|
||||
}
|
||||
return err
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user