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); }