MaatCfg部分缺省值提到配置文件中,doLog缺省值改为1
This commit is contained in:
@@ -663,10 +663,10 @@ public class MaatCfg implements Serializable {
|
||||
this.requestId = requestId;
|
||||
}
|
||||
public void initDefaultValue() {
|
||||
this.doLog=2;
|
||||
this.doBlackList=1;
|
||||
this.configPercent=100;
|
||||
this.configOption=1;
|
||||
this.doLog=Constants.MAAT_CFG_DOLOG_DEFAULT;
|
||||
this.doBlackList=Constants.MAAT_CFG_DOLOG_DOBLACKLIST_DEFAULT;
|
||||
this.configPercent=Constants.MAAT_CFG_DOLOG_CONFIGPERCENT_DEFAULT;
|
||||
this.configOption=Constants.MAAT_CFG_DOLOG_CONFIGOPTION_DEFAULT;
|
||||
this.startTime=new Date();
|
||||
this.endTime=DateUtils.addYears(this.startTime, 2099-Integer.parseInt(DateUtils.getYear()));
|
||||
this.fatherCfgId=0;
|
||||
|
||||
Reference in New Issue
Block a user