From 8996df027924ea7a4ffb395daf128fba4c33deb4 Mon Sep 17 00:00:00 2001 From: ziming Date: Thu, 12 Jun 2025 11:02:34 +0800 Subject: [PATCH] timeSliceQueryPush --- internal/biz/cron_notice.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/biz/cron_notice.go b/internal/biz/cron_notice.go index a63a424..cb99d9f 100644 --- a/internal/biz/cron_notice.go +++ b/internal/biz/cron_notice.go @@ -62,6 +62,8 @@ func (v *VoucherBiz) timeSliceQuery(ctx context.Context, startTime, endTime time func (v *VoucherBiz) ExecuteNotice(ctx context.Context, req *bo.FindInBatchesUseBo) error { + log.Warnf("订单定时通知:%+v", req) + return v.OrderRepo.FindInBatches(ctx, req, func(ctx context.Context, rows []*bo.OrderBo) error { for _, order := range rows {