From b4e56b8303e84ad85afc2242349809ff4c60fc40 Mon Sep 17 00:00:00 2001 From: ziming Date: Thu, 3 Jul 2025 13:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A646?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/cron_notice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/biz/cron_notice.go b/internal/biz/cron_notice.go index 7196cfd..00a8fc0 100644 --- a/internal/biz/cron_notice.go +++ b/internal/biz/cron_notice.go @@ -230,7 +230,7 @@ func (this *VoucherBiz) request(ctx context.Context, order *bo.OrderBo, notify * } if request == nil { - return fmt.Errorf("request is nil,orderNo:%s,outBizNo:%s,stockId:%s,err:%s", order.OrderNo, order.OutBizNo, order.BatchNo) + return fmt.Errorf("request is nil,orderNo:%s,outBizNo:%s,stockId:%s", order.OrderNo, order.OutBizNo, order.BatchNo) } if _, err = this.CmbMixRepo.Request(ctx, request, order.NotifyUrl); err != nil {