改名
This commit is contained in:
@@ -214,7 +214,9 @@ abstract class Crontab implements PipeMessage
|
|||||||
*/
|
*/
|
||||||
public function afterExecute()
|
public function afterExecute()
|
||||||
{
|
{
|
||||||
if ($this->isRecover() !== 999) {
|
$aot = $this->isRecover();
|
||||||
|
var_dump($aot);
|
||||||
|
if ($aot !== 999) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$redis = $this->application->getRedis();
|
$redis = $this->application->getRedis();
|
||||||
|
|||||||
Reference in New Issue
Block a user