dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-03 12:04:32 +09:00
parent f9da1086da
commit 7dc1fb6664

View File

@ -34,8 +34,10 @@ class NavigatorController extends BaseController
$services = [];
if ($ip && $this->helper->isIPAddress($ip)) {
$services = $this->getServiceervice()->getEntitysByIP($ip);
} elseif ($ip) {
$this->getServiceervice()->getModel()->like('service_ip', $ip);
$this->getServiceervice()->getEntitys();
} else {
$this->getServiceervice()->getModel()->like($ip);
$this->getServiceervice()->getEntitys();
}
foreach ($services as $service) {