From 48f5213aaaf206ba735e7d49e46ef1ebe7054bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 17 Sep 2020 15:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jx/localjx/order.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/partner/purchase/jx/localjx/order.go b/business/partner/purchase/jx/localjx/order.go index 4eb268640..b444b7643 100644 --- a/business/partner/purchase/jx/localjx/order.go +++ b/business/partner/purchase/jx/localjx/order.go @@ -357,7 +357,6 @@ func Pay4User(ctx *jxcontext.Context, thingID, payType int, vendorPayType string switch payType { case model.PayTypeTL_DiscountCard: if configList, err := dao.QueryConfigs(db, "会员折扣卡", model.ConfigTypeDiscountCard, ""); err == nil { - fmt.Println("test11111111111111111111111111111111111111") err = jxutils.Strings2Objs(configList[0], &dicountCards) discountCard := findDiscountCard(dicountCards, thingID) vendorOrderID = utils.Int64ToStr(GenOrderNo(ctx))