From 442a104531142e51274e364914240a3e62a9a239 Mon Sep 17 00:00:00 2001 From: duandongmei Date: Thu, 13 Sep 2018 18:26:19 +0800 Subject: [PATCH] =?UTF-8?q?maat=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=89=80?= =?UTF-8?q?=E6=9C=89=E5=B1=9E=E6=80=A7=E5=9D=87=E8=A6=81=E4=B8=8B=E5=8F=91?= =?UTF-8?q?=EF=BC=8C=E6=A0=B9=E6=8D=AEpangu=E6=96=87=E6=A1=A3=E5=A1=AB?= =?UTF-8?q?=E7=9B=B8=E5=BA=94=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/nis/domain/maat/MaatCfg.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/nis/domain/maat/MaatCfg.java b/src/main/java/com/nis/domain/maat/MaatCfg.java index 08badb957..bc141a992 100644 --- a/src/main/java/com/nis/domain/maat/MaatCfg.java +++ b/src/main/java/com/nis/domain/maat/MaatCfg.java @@ -672,6 +672,7 @@ public class MaatCfg implements Serializable { this.startTime=new Date(); this.endTime=DateUtils.addYears(this.startTime, 2099-Integer.parseInt(DateUtils.getYear())); this.fatherCfgId=0; + this.taskId=0; //初始化用户定义域占位符,对用户定义域有特殊格式的业务,根据分隔符拆分占位符,在相应位置填写相应参数值 this.userRegion = Constants.USER_REGION_PLACEHOLDER; }