日志bug修改
This commit is contained in:
parent
eeffd4fd2a
commit
97f3965e28
@ -25,7 +25,7 @@ class Log extends BaseController
|
||||
$where[] = ['name|rule_menu|param_id', 'like', '%' . $param['keywords'] . '%'];
|
||||
}
|
||||
if (!empty($param['action'])) {
|
||||
$where['action'] = $param['action'];
|
||||
$where[] = ['title','=',$param['action']];
|
||||
}
|
||||
$rows = empty($param['limit']) ? get_config('app . page_size') : $param['limit'];
|
||||
$content = DB::name('AdminLog')
|
||||
|
Loading…
x
Reference in New Issue
Block a user