order_notify
This commit is contained in:
parent
9e984cdb5a
commit
530652a7d2
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue