cfmgrv3 init...2

This commit is contained in:
최준흠 2023-06-19 18:55:01 +09:00
parent fd36ab3e8f
commit 4d840ecd98

View File

@ -82,7 +82,7 @@ class ZoneModel extends Model
}
public function setIndexOrderBy($field, $order = 'ASC')
{
$this->orderBy("account_uid ASC, domain ASC, {$field} {$order}");
$this->orderBy("domain ASC, {$field} {$order}");
}
//도메인이 이미 존재하는지 체크