dbmsv2 init...1

This commit is contained in:
choi.jh 2025-09-23 11:10:40 +09:00
parent b3adf1835b
commit d98392cce7

View File

@ -282,9 +282,6 @@ abstract class CommonService
throw new \Exception(__FUNCTION__ . "=> field가 array 입니다.\n" . var_export($field, true));
}
switch ($field) {
case 'user_uid':
$options = $this->getUserService()->getEntities();
break;
default:
$rule = $this->getModel()->getFormRule($action, $field);
break;