From 12a5356fa684816135f237202f7ee734df3ced62 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 25 Jul 2022 10:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A7=E5=85=85=E5=80=BC?= =?UTF-8?q?=E4=BC=9A=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/financial/financial.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/business/jxstore/financial/financial.go b/business/jxstore/financial/financial.go index 5d81f52bf..08bc19d79 100644 --- a/business/jxstore/financial/financial.go +++ b/business/jxstore/financial/financial.go @@ -297,8 +297,6 @@ func onTLpayFinished(call *tonglianpayapi.CallBackResult) (err error) { switch order.OrderType { case model.PayType4Express: err = q_bida.CreateOrder2QBiDa(&userOrder) - case model.PayType4Member, model.PayType4Recharge: - err = OnPayFinished(order) } } return err