From dc152617f3f99485a79a876f03753f51ade3ec24 Mon Sep 17 00:00:00 2001 From: ziming Date: Fri, 13 Jun 2025 09:21:20 +0800 Subject: [PATCH] timeSliceQuery --- 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 84d9d5f..ccef660 100644 --- a/internal/biz/cron_notice.go +++ b/internal/biz/cron_notice.go @@ -133,7 +133,7 @@ func (v *VoucherBiz) ExecuteNotice(ctx context.Context, req *bo.FindInBatchesUse for _, order := range rows { if err := v.notice(ctx, order); err != nil { - log.Errorf("订单定时通知,券订单状态查询处理发生错误,orderNo:%s,err:%v", order.OrderNo, err) + log.Error(err) } }