@@ -101,7 +101,8 @@ class SiteController extends ProducerBaseController | |||
'restricted_access' => 0, | |||
'status' => 1 | |||
])->orderBy( | |||
'default DESC, is_bread_box ASC, name ASC' | |||
'code ASC, restricted_access ASC, is_bread_box ASC, `default` DESC, name ASC' | |||
//'default DESC, is_bread_box ASC, name ASC' | |||
), | |||
'pagination' => [ | |||
'pageSize' => 50, |