From 3e9bb2b762cb1e3893787476b678c21960f0f122 Mon Sep 17 00:00:00 2001 From: ziming Date: Mon, 30 Jun 2025 18:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B8=E7=8A=B6=E6=80=81=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/warning_budget.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/biz/warning_budget.go b/internal/biz/warning_budget.go index c62b02b..4c36de4 100644 --- a/internal/biz/warning_budget.go +++ b/internal/biz/warning_budget.go @@ -36,7 +36,6 @@ func (v *VoucherBiz) warningBudget(ctx context.Context) error { wxResp, err := v.WechatCpnRepo.QueryProduct(ctx, row.MchId, row.BatchNo) if err != nil { log.Context(ctx).Errorf("预警查询,查询微信券失败: %v", err) - continue } else { if err = v.Calculate(ctx, row, wxResp); err != nil { log.Context(ctx).Errorf("预警查询,处理失败: %v", err)