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