超管后台优化

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

@@ -53,6 +53,7 @@ class Firmcustomerorigin extends Backend
$list = $this->model
->with(['firm'])
->where($where)
->where('firm_id',1)
// ->order($sort, $order)
->order('firm_id asc,id desc')
->paginate($limit);