From e82490df74749a5f57aeeef3c4bdcd3376068361 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Wed, 27 Apr 2022 17:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=80=E6=9C=89=E6=96=87=E6=A1=A3=E6=94=AF?= =?UTF-8?q?=E6=8C=81ID=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/content_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/content_list.php b/src/admin/content_list.php index 425fa52a..854a4b63 100644 --- a/src/admin/content_list.php +++ b/src/admin/content_list.php @@ -125,7 +125,7 @@ if (!empty($mid)) { $whereSql .= " AND arc.mid = '$mid' "; } if ($keyword != '') { - $whereSql .= " AND ( CONCAT(arc.title,arc.writer) LIKE '%$keyword%') "; + $whereSql .= " AND ( CONCAT(arc.id,arc.title,arc.writer) LIKE '%$keyword%') "; } if ($flag != '') { $whereSql .= " AND FIND_IN_SET('$flag', arc.flag) ";