恢复之前的定时任务配置取消不走综合服务的问题;
去掉英文国际化的合并记录 Conflicts: src/main/resources/messages/message_en.properties
This commit is contained in:
@@ -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);//无效
|
||||
|
||||
Reference in New Issue
Block a user