maat配置,所有属性均要下发,根据pangu文档填相应默认值

This commit is contained in:
duandongmei
2018-09-13 18:26:19 +08:00
parent c49bf6985e
commit 442a104531

View File

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