From 726550f149f2f5d2a1aaba5b20adbe58a8b27341 Mon Sep 17 00:00:00 2001 From: shenjiachi Date: Mon, 23 Dec 2024 17:05:18 +0800 Subject: [PATCH] update --- consume/egg_fin_withdraw_apply_consume.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/consume/egg_fin_withdraw_apply_consume.go b/consume/egg_fin_withdraw_apply_consume.go index 2798f81..4147653 100644 --- a/consume/egg_fin_withdraw_apply_consume.go +++ b/consume/egg_fin_withdraw_apply_consume.go @@ -94,8 +94,6 @@ func handleEggFinWithdrawApplyDataConsume(msgData []byte, client *alipay.Client, return err } - return errors.New("测试") - applyDb := implement.NewFinWithdrawApplyDb(db.Db) apply, err := applyDb.FinWithdrawApplyGet(msg.Id) if err != nil {