dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-09 13:16:19 +09:00
parent 54d800f63e
commit 51ff4a352d

View File

@ -29,6 +29,8 @@ class DefenceController extends DBMSController
throw new \Exception("zone 값이 정의되지 않았습니다.");
}
$zone = $params['zone'];
echo $zone;
exit;
$this->entities = $this->getDefenceService()->getMKList($zone);
$this->zone = $zone;
return $this->render(__FUNCTION__);