| | |
| | | templateName = "defualt.article.html"; |
| | | } |
| | | |
| | | cfg.process(data, templateName); |
| | | try { |
| | | cfg.process(data, templateName); |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |
| | | log.error("发布文章出错", e); |
| | | } |
| | | } |
| | | |
| | | @Override |
| | |
| | | templateName = "defualt.list.html"; |
| | | } |
| | | |
| | | cfg.process(data, templateName); |
| | | try { |
| | | cfg.process(data, templateName); |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |
| | | log.error("发布栏目错误", e); |
| | | } |
| | | } |
| | | |
| | | @Override |
| | |
| | | templateName = "index.html"; |
| | | } |
| | | |
| | | cfg.process(data, templateName); |
| | | try { |
| | | cfg.process(data, templateName); |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |
| | | log.error("发布首页错误", e); |
| | | } |
| | | } |
| | | } |
| | |
| | | </foreach> |
| | | </if> |
| | | </where> |
| | | order by release_time desc |
| | | </select> |
| | | |
| | | <select id="selectWebArticleInPage" resultType="com.xcong.farmer.cms.modules.system.vo.WebArticleVo"> |