超管后台优化

This commit is contained in:
meimei
2025-05-08 10:47:04 +08:00
parent f0bd04e5d9
commit cd2ed33305
33 changed files with 184 additions and 139 deletions

View File

@@ -54,6 +54,7 @@ class Mattertemplatecategorization extends Backend
$list = $this->model
->with(['mattertemplate','firmstoreprojectsone','firmstoreprojectstwo','firm'])
->where($where)
->where('mattertemplatecategorization.firm_id',1)
// ->order($sort, $order)
->order('firm_id asc,id desc')
->paginate($limit);