用户自定义域不需要初始化预置

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-07-12 15:47:02 +08:00
parent 930373e999
commit 3d954f1fca

View File

@@ -655,6 +655,6 @@ public class MaatCfg implements Serializable {
this.endTime=DateUtils.addYears(this.startTime, 2099-Integer.parseInt(DateUtils.getYear()));
this.fatherCfgId=0;
//初始化用户定义域占位符,对用户定义域有特殊格式的业务,根据分隔符拆分占位符,在相应位置填写相应参数值
this.userRegion = Constants.USER_REGION_PLACEHOLDER;
// this.userRegion = Constants.USER_REGION_PLACEHOLDER;
}
}