1.优化运维管理中渠道列表选择渠道的筛选错误问题
2.优化渠道运维管理目录菜单权限
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user