dbms_primeidc_init...1
This commit is contained in:
parent
f9da1086da
commit
7dc1fb6664
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user