This commit is contained in:
2021-07-06 16:27:28 +08:00
parent 15e8d7a5a7
commit ca874beaaf
+1
View File
@@ -112,6 +112,7 @@ class Shutdown extends Component
if (empty($values)) return false;
$diff = array_diff($values, $this->getPidS());
var_dump($diff);
foreach ($diff as $value) {
$this->pidIsExists($value);
}