From e149fd412c1406f90881f5ea0273d116dd07f582 Mon Sep 17 00:00:00 2001 From: ziming Date: Mon, 4 Aug 2025 18:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/cron_notice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/biz/cron_notice.go b/internal/biz/cron_notice.go index 00a8fc0..279e954 100644 --- a/internal/biz/cron_notice.go +++ b/internal/biz/cron_notice.go @@ -192,7 +192,7 @@ func (this *VoucherBiz) notice(ctx context.Context, order *bo.OrderBo, useNum, s if event.IsUsed() { *useNum += 1 - } else if event.IsSendDEd() { + } else if event.IsSendDEd() || event.IsExpired() { *sucNum += 1 }