(1)修复DDOS LOG排序bug

(2)修复Radius 日志查询searchNasIp,searchFramedIp,searchAccount只能选择一个的bug
(3)导入加入条数限制
This commit is contained in:
wangxin
2018-12-19 15:24:16 +06:00
parent 3248cde3ba
commit ad8cb6cd94
9 changed files with 25 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ public class NtcDdosLog extends BaseLogEntity<NtcDdosLog> {
@ExcelField(title="attack_total_byte",sort=14)
@ApiModelProperty(value = "攻击累积字节数", required = true)
protected String attackTotalByte;
@ExcelField(title="is_blcok ",dictType="SYS_YES_NO",sort=15)
@ExcelField(title="is_block ",dictType="SYS_YES_NO",sort=15)
@ApiModelProperty(value = "攻击流量是否被丢弃", required = true)
protected Integer isBlock;