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
40f637d6
Commit
40f637d6
authored
Oct 21, 2021
by
mingsoft
Browse files
栏目修改子节点修复
parent
109d34a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/action/CategoryAction.java
View file @
40f637d6
...
@@ -296,9 +296,9 @@ public class CategoryAction extends BaseAction {
...
@@ -296,9 +296,9 @@ public class CategoryAction extends BaseAction {
return
ResultData
.
build
().
error
(
getResString
(
"cannot.select.child"
));
return
ResultData
.
build
().
error
(
getResString
(
"cannot.select.child"
));
}
}
}
}
category
.
setLeaf
(
true
);
}
else
{
category
.
setLeaf
(
false
);
category
.
setLeaf
(
false
);
}
else
{
category
.
setLeaf
(
true
);
}
}
// 这里不能使用mybitsplus 存在业务
// 这里不能使用mybitsplus 存在业务
...
...
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