dbms_init...1

This commit is contained in:
choi.jh 2025-06-20 11:39:07 +09:00
parent 7affff61c7
commit 022ef52533

View File

@ -81,7 +81,16 @@ class ServicePaymentController extends CustomerController
return $result;
}
//Index,FieldForm관련
protected function view_process(mixed $entity): mixed
{
//LINE,IP,SERVER등 추가 FilterOption 셋팅용
foreach (SERVICE_ITEM_TYPES as $item_type => $label) {
$options = $this->getService()->getServiceItemLinkService($item_type)->getEntities();
$this->setFilterFieldOption($item_type, $options);
}
// dd($this->getFilterFieldOptions());
return parent::view_process($entity);
}
protected function index_process(): array
{
//LINE,IP,SERVER등 추가 FilterOption 셋팅용