IPSpoofing配置批量审核操作增加欺骗IP池配置处理,修正图片样例批量审核功能

This commit is contained in:
zhangwenqing
2019-04-22 17:23:03 +08:00
parent 77c7649b6a
commit f773c95c0b
5 changed files with 124 additions and 6 deletions

View File

@@ -3444,6 +3444,8 @@ public class BaseController {
}
BaseCfg batchCfg = new BaseCfg();
batchCfg.setIsValid(-1);
batchCfg.setIsAudit(0);
batchCfg.setEditTime(new Date());
batchCfg.setEditorId(UserUtils.getUser().getId());