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 }