Commit 871245ee authored by xierz's avatar xierz

修复参数bug

parent dba51002
......@@ -335,7 +335,7 @@ public class MCmsAction extends net.mingsoft.cms.action.BaseAction {
//获取栏目信息
int typeId = 0;
String categoryIds = BasicUtil.getString("categoryId");
String categoryIds = BasicUtil.getString("categoryIds");
//当传递了栏目编号,但不是栏目集合
if (StringUtils.isNotBlank(categoryIds) && !categoryIds.contains(",")) {
typeId = Integer.parseInt(categoryIds);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment