cfmgrv4 init...4

This commit is contained in:
최준흠 2024-10-28 14:05:40 +09:00
parent 3cdc9a5d6e
commit 1b34e1507a

View File

@ -59,7 +59,7 @@ class AuditLogModel extends CommonModel
{ {
switch ($field) { switch ($field) {
default: default:
$this->orderBy('zone_name', 'asc'); $this->orderBy(self::TITLE, 'asc');
$options = parent::getFormFieldInputOption($field, $options); $options = parent::getFormFieldInputOption($field, $options);
break; break;
} }