pay
This commit is contained in:
@@ -139,7 +139,7 @@ func Pay(ctx *jxcontext.Context, orderID string, payType int, vendorPayType, app
|
|||||||
// dao.Rollback(db, txdb)
|
// dao.Rollback(db, txdb)
|
||||||
// return nil, err
|
// return nil, err
|
||||||
//}
|
//}
|
||||||
dao.Commit(db, txdb)
|
//dao.Commit(db, txdb)
|
||||||
globals.SugarLogger.Debug("经过更新操作后的数据after=========================", order.OrderID, order.PayPrice, order.PayMethod)
|
globals.SugarLogger.Debug("经过更新操作后的数据after=========================", order.OrderID, order.PayPrice, order.PayMethod)
|
||||||
globals.SugarLogger.Debugf("pay begin……")
|
globals.SugarLogger.Debugf("pay begin……")
|
||||||
err = dao.GetEntity(db, order, "OrderID")
|
err = dao.GetEntity(db, order, "OrderID")
|
||||||
|
|||||||
Reference in New Issue
Block a user