Commit 9645da57 authored by guwd's avatar guwd

修复解析@value问题,@value属性不能使用static属性

parent 7094cdf5
......@@ -104,7 +104,7 @@ public class CmsParserUtil extends ParserUtil {
//标签中使用field获取当前栏目
parserParams.put(FIELD, column);
parserParams.put(IS_DO, false);
parserParams.put(HTML, HTML);
parserParams.put(HTML, htmlDir);
if(BasicUtil.getWebsiteApp() != null){
parserParams.put(APP_DIR, BasicUtil.getWebsiteApp().getAppDir());
}
......
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