This commit is contained in:
2023-03-30 23:42:55 +08:00
parent 5c9f92f955
commit 24d8959aaf
+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;
}