mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
优化查询参数效果;发布新版本
This commit is contained in:
@@ -271,6 +271,11 @@ class AdminControllerBase extends BaseController
|
||||
$excludes[$key] = $val;
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($val === '') {
|
||||
continue;
|
||||
}
|
||||
|
||||
$op = isset($ops[$key]) && !empty($ops[$key]) ? $ops[$key] : '%*%';
|
||||
|
||||
if (strpos($key, '[') === 0) {
|
||||
|
||||
Reference in New Issue
Block a user