From 3d954f1fcac1b214350815ae508c49ba32266158 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Thu, 12 Jul 2018 15:47:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=9F=9F=E4=B8=8D=E9=9C=80=E8=A6=81=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E9=A2=84=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangwei --- src/main/java/com/nis/domain/maat/MaatCfg.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/nis/domain/maat/MaatCfg.java b/src/main/java/com/nis/domain/maat/MaatCfg.java index 011bd4dca..752d95396 100644 --- a/src/main/java/com/nis/domain/maat/MaatCfg.java +++ b/src/main/java/com/nis/domain/maat/MaatCfg.java @@ -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; } }