timeSliceQueryPush

This commit is contained in:
ziming 2025-06-12 14:30:58 +08:00
parent 21bb6f53eb
commit 015c62ed60
1 changed files with 1 additions and 1 deletions

View File

@ -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)