From 748ca3052b2f1b66794dc5f971497f8db1cf6f05 Mon Sep 17 00:00:00 2001 From: ziming Date: Tue, 17 Jun 2025 10:37:34 +0800 Subject: [PATCH] log --- internal/biz/wechat_notify.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/biz/wechat_notify.go b/internal/biz/wechat_notify.go index e71eb38..9196d37 100644 --- a/internal/biz/wechat_notify.go +++ b/internal/biz/wechat_notify.go @@ -56,10 +56,11 @@ func (this *VoucherBiz) getOrder(ctx context.Context, req *bo.WechatVoucherNotif if errors.Is(err, gorm.ErrRecordNotFound) { - return nil, fmt.Errorf("微信回调消费,订单不存在,StockCreatorMchid:%s,StockID:%s,CouponID:%s", + return nil, fmt.Errorf("微信回调消费,订单不存在,StockCreatorMchid:%s,StockID:%s,CouponID:%s,CreateTime:%s", req.PlainText.StockCreatorMchid, req.PlainText.StockID, req.PlainText.CouponID, + req.PlainText.CreateTime, ) }