|
|
|
|
@ -80,11 +80,11 @@ public class CmsParserUtil extends ParserUtil { |
|
|
|
|
cfg.setTemplateLoader(ftl); |
|
|
|
|
} |
|
|
|
|
// 移动端模板
|
|
|
|
|
try{ |
|
|
|
|
Template mobileTemplate = cfg.getTemplate( |
|
|
|
|
BasicUtil.getApp().getAppMobileStyle() + File.separator + column.getCategoryListUrl(), Const.UTF8); |
|
|
|
|
// pc端模板
|
|
|
|
|
Template template = cfg.getTemplate(File.separator + column.getCategoryListUrl(), Const.UTF8); |
|
|
|
|
|
|
|
|
|
// 文章的栏目模型编号
|
|
|
|
|
String columnContentModelId = column.getMdiyModelId(); |
|
|
|
|
StringWriter writer = new StringWriter(); |
|
|
|
|
@ -181,6 +181,9 @@ public class CmsParserUtil extends ParserUtil { |
|
|
|
|
} catch (TemplateException e) { |
|
|
|
|
e.printStackTrace(); |
|
|
|
|
} |
|
|
|
|
}catch (TemplateNotFoundException e){ |
|
|
|
|
e.printStackTrace(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|