From aa83dc6c5b56385047fd3386b7a2023c3faffed6 Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Mon, 2 Sep 2024 19:03:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E7=A8=8B=E9=87=91=E9=A2=9D=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/command/SpiderTc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/service/app/command/SpiderTc.php b/service/app/command/SpiderTc.php index 61bbe6d5..461a0a23 100644 --- a/service/app/command/SpiderTc.php +++ b/service/app/command/SpiderTc.php @@ -181,6 +181,7 @@ class SpiderTc extends Command $startTime = strtotime(date('Y-m-d 08:20')); if (time() > $startTime) { $start = date('Y-m-d 00:00:00', strtotime("-{$d} days")); + $output->writeln('END spider:tc:start:'.$start); $end = date('Y-m-d 23:59:59'); $this->orders($start, $end, false); }