dbms_init...1

This commit is contained in:
choi.jh 2025-07-10 17:18:47 +09:00
parent 2d408f9486
commit 4e320046ef

View File

@ -56,9 +56,9 @@ class LineController extends PartController
}
//부모처리
parent::create_process($formDatas);
//Prefixed IP to array 등록
foreach ($this->getHelper()->cidrToIpRange($formDatas['bandwith']) as $ip) {
$this->getIpService()->createByLineInfo($this->entity, $ip);
}
//Prefixed IP to array 자동 등록
// foreach ($this->getHelper()->cidrToIpRange($formDatas['bandwith']) as $ip) {
// $this->getIpService()->createByLineInfo($this->entity, $ip);
// }
}
}