This commit is contained in:
richboo111
2022-08-01 15:46:51 +08:00
parent 65a96e5dfb
commit 648f0c8b18

View File

@@ -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("未找到此订单!")
}