导入基础类
This commit is contained in:
@@ -54,7 +54,8 @@ class Mattertemplatecategorization extends Backend
|
||||
$list = $this->model
|
||||
->with(['mattertemplate','firmstoreprojectsone','firmstoreprojectstwo','firm'])
|
||||
->where($where)
|
||||
->order($sort, $order)
|
||||
// ->order($sort, $order)
|
||||
->order('firm_id asc,id desc')
|
||||
->paginate($limit);
|
||||
|
||||
foreach ($list as $row) {
|
||||
|
||||
Reference in New Issue
Block a user