dbms_primeidc_init...1
This commit is contained in:
parent
54d800f63e
commit
51ff4a352d
@ -29,6 +29,8 @@ class DefenceController extends DBMSController
|
|||||||
throw new \Exception("zone 값이 정의되지 않았습니다.");
|
throw new \Exception("zone 값이 정의되지 않았습니다.");
|
||||||
}
|
}
|
||||||
$zone = $params['zone'];
|
$zone = $params['zone'];
|
||||||
|
echo $zone;
|
||||||
|
exit;
|
||||||
$this->entities = $this->getDefenceService()->getMKList($zone);
|
$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