This commit is contained in:
ziming 2025-08-04 18:16:50 +08:00
parent 34a947d5a0
commit e149fd412c
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ func (this *VoucherBiz) notice(ctx context.Context, order *bo.OrderBo, useNum, s
if event.IsUsed() { if event.IsUsed() {
*useNum += 1 *useNum += 1
} else if event.IsSendDEd() { } else if event.IsSendDEd() || event.IsExpired() {
*sucNum += 1 *sucNum += 1
} }