cfmgrv3 init...2
This commit is contained in:
parent
fd36ab3e8f
commit
4d840ecd98
@ -82,7 +82,7 @@ class ZoneModel extends Model
|
|||||||
}
|
}
|
||||||
public function setIndexOrderBy($field, $order = 'ASC')
|
public function setIndexOrderBy($field, $order = 'ASC')
|
||||||
{
|
{
|
||||||
$this->orderBy("account_uid ASC, domain ASC, {$field} {$order}");
|
$this->orderBy("domain ASC, {$field} {$order}");
|
||||||
}
|
}
|
||||||
|
|
||||||
//도메인이 이미 존재하는지 체크
|
//도메인이 이미 존재하는지 체크
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user