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 @@ - - - - - - -
- 当栏目类型为列表时有效 -
-
-
-
- - - - - -
- 可以在自定义字典中管理 -
-
-
+ + + + +
+ 可以在自定义字典中管理 +
+
+ +