1.优化运维管理中渠道列表选择渠道的筛选错误问题

2.优化渠道运维管理目录菜单权限
This commit is contained in:
2026-05-19 15:31:04 +08:00
parent 5628af683f
commit 37c0035bfc
9 changed files with 115 additions and 8 deletions

View File

@@ -32,6 +32,7 @@ class SystemLogController extends BaseController
['username', ''],
['status', ''],
['ip', ''],
['dept_id', ''],
]);
$logic = new SystemLoginLogLogic();
$query = $logic->search($where);
@@ -71,6 +72,7 @@ class SystemLogController extends BaseController
['service_name', ''],
['router', ''],
['ip', ''],
['dept_id', ''],
]);
$logic = new SystemOperLogLogic();
$logic->init($this->adminInfo);