恢复之前的定时任务配置取消不走综合服务的问题;

去掉英文国际化的合并记录

Conflicts:
	src/main/resources/messages/message_en.properties
This commit is contained in:
duandongmei
2019-05-05 11:02:11 +08:00
committed by 段冬梅
parent 1eaa2e668b
commit 00ffdd863c
4 changed files with 14 additions and 5 deletions

View File

@@ -410,7 +410,7 @@ public class InterceptCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo>
logger.error("欺骗IP池配置配置下发失败",e);
throw e;
}
}else if(entity.getIsAudit()==3 && entity.getIsValid() == 1) {
}else if(entity.getIsAudit()==3) {
PxyObjSpoofingIpPool cfg = new PxyObjSpoofingIpPool();
cfg.setIsValid(0);
cfg.setCompileId(pool.getCompileId());
@@ -592,7 +592,7 @@ public class InterceptCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo>
ToMaatResult result = ConfigServiceUtil.postMaatCfg(json);
logger.info("intercept IP/DNS 配置下发响应信息:"+result.getMsg());
}else if(isAudit==3 && entity.getIsValid() == 1) {
}else if(isAudit==3) {
maatCfg.setCompileId(entity.getCompileId());
maatCfg.setServiceId(entity.getServiceId());
maatCfg.setIsValid(0);//无效