From 01dd67db1118b864bf6ee8dfa1efa8d053066328 Mon Sep 17 00:00:00 2001 From: hant Date: Sat, 21 Jun 2025 19:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/admin/controller/Item.php b/application/admin/controller/Item.php index f841937..16c47e2 100644 --- a/application/admin/controller/Item.php +++ b/application/admin/controller/Item.php @@ -93,7 +93,7 @@ class Item extends Backend if (false === $this->request->isPost()) { // 必须将结果集转换为数组 $ruleList = \think\Db::name("item") - ->where('pid',0) +// ->where('pid',0) ->field('id,pid,level,title,key_word') ->order('sort DESC,id ASC')->select(); @@ -187,7 +187,7 @@ class Item extends Backend if (false === $this->request->isPost()) { // 必须将结果集转换为数组 $ruleList = \think\Db::name("item") - ->where('pid',0) +// ->where('pid',0) ->field('id,pid,level,title,key_word') ->order('sort DESC,id ASC')->select();