From 911c40599a0d78dd00dd02338040e74d5664444c Mon Sep 17 00:00:00 2001 From: msgroup Date: Sat, 24 Jul 2021 17:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E6=9E=90=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/net/mingsoft/cms/dao/IContentDao.xml | 2 +- .../WEB-INF/manager/cms/category/form.ftl | 69 ++++++++++--------- 2 files changed, 36 insertions(+), 35 deletions(-) diff --git a/src/main/java/net/mingsoft/cms/dao/IContentDao.xml b/src/main/java/net/mingsoft/cms/dao/IContentDao.xml index 12a61cd8..cc07790b 100755 --- a/src/main/java/net/mingsoft/cms/dao/IContentDao.xml +++ b/src/main/java/net/mingsoft/cms/dao/IContentDao.xml @@ -255,7 +255,7 @@ (select id FROM cms_category where find_in_set('${categoryId}',CATEGORY_PARENT_IDS)>0)) - ct.category_id=#{categoryId} + and ct.category_id=#{categoryId} diff --git a/src/main/webapp/WEB-INF/manager/cms/category/form.ftl b/src/main/webapp/WEB-INF/manager/cms/category/form.ftl index 4adeae70..5b7904fc 100644 --- a/src/main/webapp/WEB-INF/manager/cms/category/form.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/category/form.ftl @@ -81,6 +81,25 @@ + + + + + + +
+ 当栏目类型为列表时有效 +
+
+
+ +
@@ -119,44 +138,10 @@ - - - - - - -
- 当栏目类型为列表时有效 -
-
-
-
- - - - - -
- 可以在自定义字典中管理 -
-
-
+ + + + +
+ 可以在自定义字典中管理 +
+
+ +