From 80ecf1c3daf33ecd4886c57e19809abc909ea975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 23 Jul 2021 18:02:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Crontab/Crontab.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/System/Crontab/Crontab.php b/System/Crontab/Crontab.php index ccf2a371..bd1a2552 100644 --- a/System/Crontab/Crontab.php +++ b/System/Crontab/Crontab.php @@ -214,7 +214,9 @@ abstract class Crontab implements PipeMessage */ public function afterExecute() { - if ($this->isRecover() !== 999) { + $aot = $this->isRecover(); + var_dump($aot); + if ($aot !== 999) { return; } $redis = $this->application->getRedis();