From 4234ddf34d3fe4a33b2b09b59e12550a84674bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Tue, 16 Sep 2025 09:56:00 +0800 Subject: [PATCH] order_notify --- internal/biz/wechat_notify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/biz/wechat_notify.go b/internal/biz/wechat_notify.go index 3aa7e79..f276fb5 100644 --- a/internal/biz/wechat_notify.go +++ b/internal/biz/wechat_notify.go @@ -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 { - if order.ActivityId == "" { + if order.ActivityId != "" { return nil // 多笔立减活动,不做通知(?不知道有没有核销通知,多笔核销情况未知) }