dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-11 15:17:19 +09:00
parent 5b30849abe
commit f044e02480

View File

@ -38,7 +38,7 @@ class GearlistController extends DBMSController
$spec = $lineup_explode[0];
$cpu = $entity->getCPUName();
$entity->all = $this->getServerService()->getCountByMode("all", $cpu, $spec);
var_dump($entity->all);
var_dump($entity);
exit;
$entity->use = $this->getServerService()->getCountByMode("use", $cpu, $spec);
$entity->empty = $this->getServerService()->getCountByMode("empty", $cpu, $spec);