修复bug

This commit is contained in:
sgjj 2019-12-21 10:20:26 +08:00
parent 9818f7b0a8
commit 7f1612442e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {