修改日志ddos拆分为两个日志

This commit is contained in:
zhanghongqing
2018-10-15 11:12:00 +08:00
parent 6880363d9a
commit e75c540e74
7 changed files with 39 additions and 25 deletions

View File

@@ -57,6 +57,9 @@ public class DdosLogController extends BaseController{
Map<String, Object> params=new HashMap<>();
params.put("pageSize", page.getPageSize());
params.put("pageNo", page.getPageNo());
if(entry!=null&&entry.getIsBlock()!=null) {
params.put("searchIsBlock", entry.getIsBlock());
}
//查询值判断
initLogSearchValue(entry,params);