order_notify
This commit is contained in:
parent
0a9205ddee
commit
4234ddf34d
|
|
@ -117,7 +117,7 @@ func (this *VoucherBiz) expired(ctx context.Context, order *bo.OrderBo) error {
|
||||||
|
|
||||||
func (this *VoucherBiz) notify(ctx context.Context, order *bo.OrderBo) error {
|
func (this *VoucherBiz) notify(ctx context.Context, order *bo.OrderBo) error {
|
||||||
|
|
||||||
if order.ActivityId == "" {
|
if order.ActivityId != "" {
|
||||||
return nil // 多笔立减活动,不做通知(?不知道有没有核销通知,多笔核销情况未知)
|
return nil // 多笔立减活动,不做通知(?不知道有没有核销通知,多笔核销情况未知)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue