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
9a24895a
You need to sign in or sign up before continuing.
Commit
9a24895a
authored
Oct 21, 2021
by
mingsoft
Browse files
删除
parent
e29f3ced
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/action/ContentAction.java
View file @
9a24895a
...
...
@@ -246,7 +246,7 @@ public class ContentAction extends BaseAction {
CategoryEntity
categoryEntity
=
categoryBiz
.
getById
(
contents
.
get
(
i
).
getCategoryId
());
//如果栏目绑定的模型ID为空
if
(
categoryEntity
.
getMdiyModelId
()
==
null
){
break
;
continue
;
}
//获取到配置模型实体
ModelEntity
modelEntity
=
modelBiz
.
getById
(
categoryEntity
.
getMdiyModelId
());
...
...
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