This commit is contained in:
as2252258@163.com
2021-03-20 02:42:51 +08:00
parent 08ce28c8e3
commit 5d298ee7da
+1 -1
View File
@@ -40,7 +40,7 @@ class CrontabProcess extends Process
if (is_null($_content)) { if (is_null($_content)) {
$this->jobDelivery($content); $this->jobDelivery($content);
} else { } else {
$this->otherAction($content); $this->otherAction($_content);
} }
} }
} }