Commit 7f161244 authored by sgjj's avatar sgjj

修复bug

parent 9818f7b0
......@@ -296,7 +296,7 @@ public class MCmsAction extends net.mingsoft.cms.action.BaseAction {
}
try {
//根据模板路径,参数生成
content = CmsParserUtil.generate(column.getCategoryListUrl(), map, isMobileDevice(req));
content = CmsParserUtil.generate(column.getCategoryUrl(), map, isMobileDevice(req));
} catch (TemplateNotFoundException e) {
e.printStackTrace();
} catch (MalformedTemplateNameException e) {
......
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