dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-09 13:16:38 +09:00
parent 51ff4a352d
commit 4ad3a6022a

View File

@ -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;