From 648f0c8b189492b97389133b8d29907ad1420bd7 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 1 Aug 2022 15:46:51 +0800 Subject: [PATCH] add pay --- business/jxstore/cms/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/order.go b/business/jxstore/cms/order.go index d88d7940d..588110f5b 100644 --- a/business/jxstore/cms/order.go +++ b/business/jxstore/cms/order.go @@ -118,7 +118,7 @@ func Pay(ctx *jxcontext.Context, orderID string, payType int, vendorPayType, app globals.SugarLogger.Debug("order.PayPrice after=========================", order.PayPrice) globals.SugarLogger.Debug("order.PayMethod after=========================", order.PayMethod) globals.SugarLogger.Debugf("pay begin……") - err = dao.GetEntity(db, order, "OrderID") + //err = dao.GetEntity(db, order, "OrderID") if order.ID == 0 { return result, fmt.Errorf("未找到此订单!") }