①修复新增,修改,列表展示配置时分类性质标签展示的问题
②列表展示时采用遍历分类性质标签的方法展示,减少数据库查询时的压力 ③取掉了一些不需要展示的列 ④新增Maat转换的bean ⑤采用gson的方式对在bean上做注解做转换,禁止了htmlescape
This commit is contained in:
@@ -23,6 +23,24 @@ public class AreaIpCfg extends BaseIpCfg {
|
||||
*/
|
||||
|
||||
private static final long serialVersionUID = 2367503808235405524L;
|
||||
|
||||
/* (是否区域gk对此表无意义,直接设置0值)
|
||||
* @see com.nis.domain.configuration.BaseCfg#setIsAreaEffective(java.lang.Integer)
|
||||
*/
|
||||
@Override
|
||||
public void setIsAreaEffective(Integer isAreaEffective) {
|
||||
// TODO Auto-generated method stub
|
||||
this.isAreaEffective=0;
|
||||
}
|
||||
|
||||
/* (区域生效id对此表无意义,直接设置null值)
|
||||
* @see com.nis.domain.configuration.BaseCfg#setAreaEffectiveIds(java.lang.String)
|
||||
*/
|
||||
@Override
|
||||
public void setAreaEffectiveIds(String areaEffectiveIds) {
|
||||
// TODO Auto-generated method stub
|
||||
this.areaEffectiveIds=null;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see com.nis.domain.configuration.BaseIpCfg#initDefaultValue()
|
||||
|
||||
Reference in New Issue
Block a user