From 015c62ed60128d05cfb5ba644fe17028ed39d38d Mon Sep 17 00:00:00 2001 From: ziming Date: Thu, 12 Jun 2025 14:30:58 +0800 Subject: [PATCH] timeSliceQueryPush --- internal/service/voucher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/service/voucher.go b/internal/service/voucher.go index 50b1cfe..6c05020 100644 --- a/internal/service/voucher.go +++ b/internal/service/voucher.go @@ -74,7 +74,7 @@ func (s *VoucherService) CronOrderNotice(ctx context.Context) error { func (s *VoucherService) OrderNotice(ctx context.Context) { start := time.Now() - log.Errorf("订单定时通知,执行开始: %v", start.Format(time.DateTime)) + log.Errorf("订单定时通知,执行开始: %s", start.Format(time.DateTime)) if err := s.VoucherBiz.Notice(ctx); err != nil { log.Errorf("订单定时通知,执行失败: %v", err)