dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-03 15:58:52 +09:00
parent 08ec72f897
commit 082f4c2795

View File

@ -36,9 +36,9 @@ class NavigatorController extends BaseController
$services = $this->getServiceervice()->getEntitysByIP($ip);
} elseif ($ip) {
$this->getServiceervice()->getModel()->like('service_ip', $ip);
$this->getServiceervice()->getEntitys();
$services = $this->getServiceervice()->getEntitys();
} else {
$this->getServiceervice()->getEntitys();
$services = $this->getServiceervice()->getEntitys();
}
foreach ($services as $service) {
$clients[$service->getPK()] = $this->getClientService()->getEntityByCode($service->getClientCode());