dbms_init...1

This commit is contained in:
choi.jh 2025-07-08 13:33:36 +09:00
parent b6f131defa
commit f4faa2bd9a

View File

@ -121,9 +121,6 @@ class ServiceService extends CustomerService
public function getFormFieldOption(string $field, array $options = []): array
{
switch ($field) {
case 'ownerinfo_uid':
$options = $this->getClientService()->getEntities();
break;
case 'user_uid':
$options = $this->getUserService()->getEntities();
break;