order_notify

This commit is contained in:
李子铭 2025-09-16 10:40:44 +08:00
parent 9e984cdb5a
commit 530652a7d2
1 changed files with 3 additions and 3 deletions

View File

@ -163,9 +163,9 @@ func (this *VoucherBiz) notice(ctx context.Context, order *bo.OrderBo, useNum, s
return err
}
if order.Status == status {
return nil // 券状态未改变,忽略不处理
}
//if order.Status == status {
// return nil // 券状态未改变,忽略不处理
//}
order.Status = status