修复LiteSSL添加DNS失败

This commit is contained in:
net909
2026-01-25 11:12:41 +08:00
parent d1eaaec650
commit ec16c3fc8b
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ class Domain extends BaseController
if (!empty($id)) {
$select->where('A.id', $id);
} elseif (!empty($kw)) {
$select->whereLike('name|A.remark', '%' . $kw . '%');
$select->whereLike('A.name|A.remark', '%' . $kw . '%');
}
if (!empty($aid)) {
$select->where('A.aid', $aid);