dbms_primeidc_init...1
This commit is contained in:
parent
08ec72f897
commit
082f4c2795
@ -36,9 +36,9 @@ class NavigatorController extends BaseController
|
|||||||
$services = $this->getServiceervice()->getEntitysByIP($ip);
|
$services = $this->getServiceervice()->getEntitysByIP($ip);
|
||||||
} elseif ($ip) {
|
} elseif ($ip) {
|
||||||
$this->getServiceervice()->getModel()->like('service_ip', $ip);
|
$this->getServiceervice()->getModel()->like('service_ip', $ip);
|
||||||
$this->getServiceervice()->getEntitys();
|
$services = $this->getServiceervice()->getEntitys();
|
||||||
} else {
|
} else {
|
||||||
$this->getServiceervice()->getEntitys();
|
$services = $this->getServiceervice()->getEntitys();
|
||||||
}
|
}
|
||||||
foreach ($services as $service) {
|
foreach ($services as $service) {
|
||||||
$clients[$service->getPK()] = $this->getClientService()->getEntityByCode($service->getClientCode());
|
$clients[$service->getPK()] = $this->getClientService()->getEntityByCode($service->getClientCode());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user