mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
优化搜索查询构造逻辑
This commit is contained in:
@@ -272,10 +272,6 @@ class AdminControllerBase extends BaseController
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($val === '') {
|
||||
continue;
|
||||
}
|
||||
|
||||
$op = isset($ops[$key]) && !empty($ops[$key]) ? $ops[$key] : '%*%';
|
||||
|
||||
if (strpos($key, '[') === 0) {
|
||||
|
||||
Reference in New Issue
Block a user