"src/main/vscode:/vscode.git/clone" did not exist on "6060a59f53b34d7759738b52308223e853bf6b4f"
Commit 871245ee authored by xierz's avatar xierz
Browse files

修复参数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);
......
Supports Markdown
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