dbmsv2 init...1
This commit is contained in:
parent
b3adf1835b
commit
d98392cce7
@ -282,9 +282,6 @@ abstract class CommonService
|
|||||||
throw new \Exception(__FUNCTION__ . "=> field가 array 입니다.\n" . var_export($field, true));
|
throw new \Exception(__FUNCTION__ . "=> field가 array 입니다.\n" . var_export($field, true));
|
||||||
}
|
}
|
||||||
switch ($field) {
|
switch ($field) {
|
||||||
case 'user_uid':
|
|
||||||
$options = $this->getUserService()->getEntities();
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
$rule = $this->getModel()->getFormRule($action, $field);
|
$rule = $this->getModel()->getFormRule($action, $field);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user