This commit is contained in:
parent
34a947d5a0
commit
e149fd412c
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue