This commit is contained in:
richboo111
2022-08-02 16:55:03 +08:00
parent 78796da29a
commit b21b94beca

View File

@@ -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")