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 {