导入基础类

This commit is contained in:
meimei
2025-04-18 15:58:01 +08:00
parent f20b865f4d
commit ee99adfb30
15 changed files with 90 additions and 19 deletions

View File

@@ -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) {