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 {