This commit is contained in:
richboo111
2022-08-01 15:39:16 +08:00
parent e9225a2a2f
commit 03d3b5a581

View File

@@ -92,6 +92,7 @@ func Pay(ctx *jxcontext.Context, orderID string, payType int, vendorPayType, app
VendorPayType: vendorPayType, VendorPayType: vendorPayType,
} }
) )
globals.SugarLogger.Debug("payPrice before1111=========================", payPrice)
orderInfo, err := dao.GetOrderByID(db, orderID) orderInfo, err := dao.GetOrderByID(db, orderID)
if err != nil { if err != nil {
return nil, err return nil, err