Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
e2bb189e
"vscode:/vscode.git/clone" did not exist on "a4affb0f7d093e5c905a1d4f9e8431a2dcf1f62b"
Commit
e2bb189e
authored
Jan 10, 2020
by
铭飞
Committed by
Gitee
Jan 10, 2020
Browse files
!219 修复问题
Merge pull request !219 from 灰色DT/5.0.0
parents
4c51a740
f91963c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/util/CmsParserUtil.java
View file @
e2bb189e
...
...
@@ -227,7 +227,7 @@ public class CmsParserUtil extends ParserUtil {
}
// 判断文件是否存在,若不存在弹出返回信息
if
(!
FileUtil
.
exist
(
ParserUtil
.
buildTempletPath
(
columnUrl
))||
StringUtils
.
isBlank
(
articleIdList
.
get
(
artId
).
getCategoryId
()))
{
if
(!
FileUtil
.
exist
(
ParserUtil
.
buildTempletPath
(
columnUrl
))||
StringUtils
.
isBlank
(
articleIdList
.
get
(
artId
).
getCategoryId
())
||
articleIdList
.
get
(
artId
).
getCategoryType
()==
null
)
{
artId
++;
continue
;
}
...
...
Write
Preview
Supports
Markdown
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