From dde8f9b255d7de2b7d1951ce146be07c8cfb240e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B0=E6=95=A3=E5=9C=A8=E6=97=B6=E5=85=89=E9=87=8C?= <954441582@qq.com> Date: Wed, 8 Jan 2020 14:18:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=8F=E7=9B=AE=E7=AE=A1=E7=90=86=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E7=9A=84=E7=BB=91=E5=AE=9A=EF=BC=8C=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../net/mingsoft/cms/dao/ICategoryDao.xml | 6 +-- .../WEB-INF/manager/cms/category/form.ftl | 41 +++++++++++++++++++ 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/src/main/java/net/mingsoft/cms/dao/ICategoryDao.xml b/src/main/java/net/mingsoft/cms/dao/ICategoryDao.xml index 346ed846..ab92dc73 100644 --- a/src/main/java/net/mingsoft/cms/dao/ICategoryDao.xml +++ b/src/main/java/net/mingsoft/cms/dao/ICategoryDao.xml @@ -49,7 +49,7 @@ category_manager_id, app_id, dict_id, - category_flag, + category_flag, category_path, category_parent_id, create_by, @@ -74,7 +74,7 @@ #{categoryManagerId}, #{appId}, #{dictId}, - #{categoryFlag}, + #{categoryFlag}, #{categoryPath}, #{categoryParentId}, #{createBy}, @@ -105,7 +105,7 @@ category_manager_id=#{categoryManagerId}, app_id=#{appId}, dict_id=#{dictId}, - category_flag=#{categoryFlag}, + category_flag=#{categoryFlag}, category_path=#{categoryPath}, create_by=#{createBy}, create_date=#{createDate}, 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 ae738281..ab65da89 100644 --- a/src/main/webapp/WEB-INF/manager/cms/category/form.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/category/form.ftl @@ -114,6 +114,9 @@ + + +