dbms_init...1

This commit is contained in:
choi.jh 2025-07-02 17:11:04 +09:00
parent 2719073d23
commit 3b3b8a57c8

View File

@ -26,9 +26,9 @@ class ServiceItemController extends CustomerController
// $this->view_path .= strtolower($this->getService()->getClassName()) . DIRECTORY_SEPARATOR;
}
protected function initAction(string $action): void
protected function initAction(string $action, $fields = []): void
{
parent::initAction($action);
parent::initAction($action, $fields);
//LINE,IP,SERVER등 추가 FilterOption 셋팅용
foreach (SERVICE_ITEM_TYPES as $item_type => $label) {
$options = $this->getService()->getServiceItemLinkService($item_type)->getEntities();