|
@@ -118,7 +118,7 @@ public class noticemag extends Controller {
|
|
|
String fsummary = content.getString("fsummary", "tnotice.fsummary", "通告导语");//概述、导读
|
|
String fsummary = content.getString("fsummary", "tnotice.fsummary", "通告导语");//概述、导读
|
|
|
String fcontent = content.getString("fcontent", "tnotice.fcontent", "正文");//通告内容
|
|
String fcontent = content.getString("fcontent", "tnotice.fcontent", "正文");//通告内容
|
|
|
boolean fishomepage = content.getBooleanValue("fishomepage");//门户可见
|
|
boolean fishomepage = content.getBooleanValue("fishomepage");//门户可见
|
|
|
- boolean fischeckagent = content.getBooleanValue("fcheckagent");//认证商户可见
|
|
|
|
|
|
|
+ boolean fischeckagent = content.getBooleanValue("fischeckagent");//认证商户可见
|
|
|
boolean fisagentsubuser = content.getBooleanValue("fisagentsubuser");//认证商户子账号可见
|
|
boolean fisagentsubuser = content.getBooleanValue("fisagentsubuser");//认证商户子账号可见
|
|
|
boolean fisspecifiedrange = content.getBooleanValue("fisspecifiedrange");//指定认证商户范围
|
|
boolean fisspecifiedrange = content.getBooleanValue("fisspecifiedrange");//指定认证商户范围
|
|
|
boolean fissingleagent = content.getBooleanValue("fissingleagent");//个人商户可见
|
|
boolean fissingleagent = content.getBooleanValue("fissingleagent");//个人商户可见
|