diff --git a/business/jxstore/cms/order.go b/business/jxstore/cms/order.go index e4f755d84..ee99b65a9 100644 --- a/business/jxstore/cms/order.go +++ b/business/jxstore/cms/order.go @@ -139,7 +139,7 @@ func Pay(ctx *jxcontext.Context, orderID string, payType int, vendorPayType, app // dao.Rollback(db, txdb) // return nil, err //} - dao.Commit(db, txdb) + //dao.Commit(db, txdb) globals.SugarLogger.Debug("经过更新操作后的数据after=========================", order.OrderID, order.PayPrice, order.PayMethod) globals.SugarLogger.Debugf("pay begin……") err = dao.GetEntity(db, order, "OrderID")