diff --git a/internal/biz/wechat_notify.go b/internal/biz/wechat_notify.go index 3e6150b..c378b58 100644 --- a/internal/biz/wechat_notify.go +++ b/internal/biz/wechat_notify.go @@ -30,12 +30,12 @@ func (v *VoucherBiz) WechatNotifyConsumer(ctx context.Context, tag string, req * } else if req.PlainText.Status.IsUsed() { - _ = v.wxToBBUse(ctx, order, req) - if err = v.used(ctx, order); err != nil { return err } + _ = v.wxToBBUse(ctx, order, req) + return v.useLog(ctx, order, req) } else if req.PlainText.Status.IsExpired() {