pay
This commit is contained in:
@@ -135,7 +135,7 @@ func Pay(ctx *jxcontext.Context, orderID string, payType int, vendorPayType, app
|
||||
// }
|
||||
//}()
|
||||
//微信支付实际金额更新到数据库
|
||||
if _, err := dao.SetOrderStatus(db, temp_PayPrice, temp_PayMethod, orderID); err != nil {
|
||||
if _, err := dao.SetOrderStatus(temp_PayPrice, temp_PayMethod, orderID); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if _, err := dao.UpdateEntityTx(txDB, &order); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user