浏览代码

[Producer] Accueil : ordre des points de vente #887

refactoring
Guillaume 1年前
父节点
当前提交
f1d681e884
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      producer/controllers/SiteController.php

+ 2
- 1
producer/controllers/SiteController.php 查看文件

@@ -103,7 +103,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,

正在加载...
取消
保存