This commit is contained in:
2023-03-30 23:46:00 +08:00
parent 24d8959aaf
commit 32ab38d5cd
+1 -1
View File
@@ -118,7 +118,7 @@ class Command extends Component
$result = $type !== static::EXECUTE ? $this->search($type) : $this->_execute();
// $this->longExecuteTime($time);
$this->longExecuteTime($time);
return $result;
}