IP Spoofing增加定时任务ipPool状态变更BUG更改;

IP Spoofing取消状态的配置修改,ippool状态更改
This commit is contained in:
duandongmei
2019-04-26 16:55:41 +08:00
committed by 段冬梅
parent 9ade865187
commit ab8c4448ce
4 changed files with 17 additions and 18 deletions

View File

@@ -230,6 +230,8 @@ public class InterceptCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo>
spoofingPool.setIsAreaEffective(0);
spoofingPool.setEditTime(new Date());
spoofingPool.setEditorId(UserUtils.getUser().getId());
spoofingPool.setIsValid(0);
spoofingPool.setIsAudit(0);
pxyObjSpoofingIpPoolDao.update(spoofingPool);//保存仿冒IP池配置
}