order_notify

This commit is contained in:
李子铭 2025-09-16 09:56:00 +08:00
parent 0a9205ddee
commit 4234ddf34d
1 changed files with 1 additions and 1 deletions

View File

@ -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 // 多笔立减活动,不做通知(?不知道有没有核销通知,多笔核销情况未知)
} }