dbms_primeidc_init...1
This commit is contained in:
parent
de46cc8ad8
commit
143f3438ba
@ -28,7 +28,7 @@ class DefenceController extends DBMSController
|
||||
if (!array_key_exists('zone', $params)) {
|
||||
throw new \Exception("zone 값이 정의되지 않았습니다.");
|
||||
}
|
||||
$zone = $params['szone'];
|
||||
$zone = $params['zone'];
|
||||
$this->entities = $this->getDefenceService()->getMKList($zone);
|
||||
$this->zone = $zone;
|
||||
return $this->render(__FUNCTION__);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user