From d24e7671e08b4b3e037e2b83c1cd4943a232fc8f Mon Sep 17 00:00:00 2001 From: ziming Date: Fri, 27 Mar 2026 17:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=B8=BB=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/wechat_notify.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/biz/wechat_notify.go b/internal/biz/wechat_notify.go index fe900a3..9ce0b06 100644 --- a/internal/biz/wechat_notify.go +++ b/internal/biz/wechat_notify.go @@ -78,6 +78,7 @@ func (this *VoucherBiz) notifyUsed(ctx context.Context, order *bo.OrderBo, req * return err } + order.LastUseTime = &req.PlainText.ConsumeInformation.ConsumeTime return this.notify(ctx, order) }