dbms_primeidc_init...1
This commit is contained in:
parent
4ad3a6022a
commit
950075e7e4
@ -29,9 +29,7 @@ class DefenceController extends DBMSController
|
|||||||
throw new \Exception("zone 값이 정의되지 않았습니다.");
|
throw new \Exception("zone 값이 정의되지 않았습니다.");
|
||||||
}
|
}
|
||||||
$zone = $params['zone'];
|
$zone = $params['zone'];
|
||||||
echo urldecode($zone);
|
$this->entities = $this->getDefenceService()->getMKList(urldecode($zone));
|
||||||
exit;
|
|
||||||
$this->entities = $this->getDefenceService()->getMKList($zone);
|
|
||||||
$this->zone = $zone;
|
$this->zone = $zone;
|
||||||
return $this->render(__FUNCTION__);
|
return $this->render(__FUNCTION__);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user