ddos 日志去掉isblock 条件 ,保留一个保护ip菜单
This commit is contained in:
@@ -55,12 +55,12 @@ 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) {
|
||||
/*if(entry!=null&&entry.getIsBlock()!=null) {
|
||||
params.put("searchIsBlock", entry.getIsBlock());
|
||||
}else {
|
||||
entry.setIsBlock(1);//默认保护ddos日志
|
||||
params.put("searchIsBlock", entry.getIsBlock());
|
||||
}
|
||||
}*/
|
||||
//查询值判断
|
||||
initLogSearchValue(entry,params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user