Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
4c21f276
Commit
4c21f276
authored
Jan 21, 2020
by
铭飞
Committed by
Gitee
Jan 21, 2020
Browse files
Options
Browse Files
Download
Plain Diff
!222 添加注释,主页选中问题
Merge pull request !222 from 灰色DT/master
parents
1e56e0f6
2d19a084
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
19 deletions
+23
-19
pom.xml
pom.xml
+0
-0
GeneraterAction.java
src/main/java/net/mingsoft/cms/action/GeneraterAction.java
+11
-13
ICategoryDao.xml
src/main/java/net/mingsoft/cms/dao/ICategoryDao.xml
+2
-3
resources.properties
...main/java/net/mingsoft/cms/resources/resources.properties
+1
-0
resources_zh_CN.properties
...ava/net/mingsoft/cms/resources/resources_zh_CN.properties
+1
-0
index.ftl
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
+8
-3
1577692394350.jpg
...ain/webapp/static/ms-admin/5.0.0/images/1577692394350.jpg
+0
-0
1577694374686.png
...ain/webapp/static/ms-admin/5.0.0/images/1577694374686.png
+0
-0
No files found.
pom.xml
View file @
4c21f276
This diff is collapsed.
Click to expand it.
src/main/java/net/mingsoft/cms/action/GeneraterAction.java
View file @
4c21f276
...
...
@@ -24,7 +24,6 @@ package net.mingsoft.cms.action;
import
cn.hutool.core.bean.BeanUtil
;
import
cn.hutool.core.bean.copier.CopyOptions
;
import
cn.hutool.core.io.FileUtil
;
import
net.mingsoft.basic.action.BaseAction
;
import
net.mingsoft.basic.biz.IModelBiz
;
import
net.mingsoft.basic.entity.AppEntity
;
import
net.mingsoft.basic.util.BasicUtil
;
...
...
@@ -52,12 +51,12 @@ import java.util.ArrayList;
import
java.util.List
;
/**
*
*
* @ClassName: GeneraterAction
* @Description:TODO 生成器
* @author: 铭飞开发团队
* @date: 2018年1月31日 下午2:52:07
*
*
* @Copyright: 2018 www.mingsoft.net Inc. All rights reserved.
*/
@Controller
(
"cmsGenerater"
)
...
...
@@ -92,7 +91,7 @@ public class GeneraterAction extends BaseAction {
/**
* 更新主页
*
*
* @return
*/
@RequestMapping
(
"/index"
)
...
...
@@ -102,7 +101,7 @@ public class GeneraterAction extends BaseAction {
/**
* 生成主页
*
*
* @param request
* @param response
*/
...
...
@@ -114,7 +113,7 @@ public class GeneraterAction extends BaseAction {
String
tmpFileName
=
request
.
getParameter
(
"url"
);
// 生成后的文件名称
String
generateFileName
=
request
.
getParameter
(
"position"
);
// 获取文件所在路径 首先判断用户输入的模版文件是否存在
if
(!
FileUtil
.
exist
(
ParserUtil
.
buildTempletPath
()))
{
this
.
outJson
(
response
,
false
,
getResString
(
"templet.file"
));
...
...
@@ -128,12 +127,12 @@ public class GeneraterAction extends BaseAction {
}
}
}
/**
* 生成列表的静态页面
*
*
* @param request
* @param response
* @param CategoryId
...
...
@@ -194,7 +193,7 @@ public class GeneraterAction extends BaseAction {
/**
* 根据栏目id更新所有的文章
*
*
* @param request
* @param response
* @param columnId
...
...
@@ -219,12 +218,12 @@ public class GeneraterAction extends BaseAction {
this
.
outJson
(
response
,
false
);
}
}
/**
* 用户预览主页
*
*
* @param request
* @return
*/
...
...
@@ -236,4 +235,4 @@ public class GeneraterAction extends BaseAction {
+
File
.
separator
+
position
+
ParserUtil
.
HTML_SUFFIX
;
return
"redirect:"
+
indexPosition
;
}
}
\ No newline at end of file
}
src/main/java/net/mingsoft/cms/dao/ICategoryDao.xml
View file @
4c21f276
...
...
@@ -174,7 +174,7 @@
and
(
<if
test=
"categoryParentId != null and categoryParentId!=''"
>
CATEGORY_PARENT_ID like '%${categoryParentId}%'
find_in_set(#{categoryParentId},CATEGORY_PARENT_ID)
</if>
<if
test=
"categoryParentId == null or categoryParentId ==''"
>
<include
refid=
"queryWhereCategoryId"
></include>
...
...
@@ -237,4 +237,4 @@
order by id desc
</select>
</mapper>
\ No newline at end of file
</mapper>
src/main/java/net/mingsoft/cms/resources/resources.properties
View file @
4c21f276
...
...
@@ -33,3 +33,4 @@ category.id=\u6240\u5C5E\u680F\u76EE
content.sort
=
\u
81EA
\u
5B9A
\u
4E49
\u
987A
\u
5E8F
category.diy.url
=
\u
81EA
\u
5B9A
\u
4E49
\u
94FE
\u
63A5
content.keyword
=
\u5173\u
952E
\u
5B57
templet.file
=
\u
672A
\u
627E
\u5230\u
6A21
\u
677F
\u6587\u
4EF6
src/main/java/net/mingsoft/cms/resources/resources_zh_CN.properties
View file @
4c21f276
...
...
@@ -33,3 +33,4 @@ category.id=\u6240\u5C5E\u680F\u76EE
content.sort
=
\u
81EA
\u
5B9A
\u
4E49
\u
987A
\u
5E8F
category.diy.url
=
\u
81EA
\u
5B9A
\u
4E49
\u
94FE
\u
63A5
content.keyword
=
\u5173\u
952E
\u
5B57
templet.file
=
\u
672A
\u
627E
\u5230\u
6A21
\u
677F
\u6587\u
4EF6
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
View file @
4c21f276
...
...
@@ -128,7 +128,7 @@
homeLoading
:
false
,
articleLoading
:
false
,
columnLoading
:
false
,
template
:
'
index.htm
'
,
//主题模板
template
:
''
,
//主题模板
templateOptions
:[],
position
:
'index'
,
//位置
contentSection
:
'0'
,
//文章栏目
...
...
@@ -205,6 +205,12 @@
var
that
=
this
;
ms
.
http
.
get
(
ms
.
manager
+
'/template/queryTemplateFileForColumn.do'
,
{
pageSize
:
99999
}).
then
(
function
(
data
)
{
that
.
templateOptions
=
data
.
data
;
//寻找主页
var
template
=
that
.
templateOptions
.
find
(
function
(
x
)
{
return
x
.
indexOf
(
"index"
)
!=-
1
||
x
.
indexOf
(
"default"
)
!=-
1
;
})
//没有就找其他的
that
.
template
=
template
||
(
that
.
templateOptions
.
length
>
0
?
that
.
templateOptions
[
0
]:
""
);
}).
catch
(
function
(
err
)
{
console
.
log
(
err
);
});
...
...
@@ -702,4 +708,4 @@
.el-date-editor
{
width
:
100%
;
}
</style>
\ No newline at end of file
</style>
src/main/webapp/static/ms-admin/5.0.0/images/1577692394350.jpg
0 → 100644
View file @
4c21f276
115 KB
src/main/webapp/static/ms-admin/5.0.0/images/1577694374686.png
0 → 100644
View file @
4c21f276
79.1 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment