修复日志导出:
去掉IP Spoofing的修改; bgp导出无action合并 Conflicts: src/main/java/com/nis/util/excel/ExcelCsv.java
This commit is contained in:
@@ -116,6 +116,10 @@ public class BgpLogController extends BaseController {
|
|||||||
if (fromJson.getStatus().intValue() == 200) {
|
if (fromJson.getStatus().intValue() == 200) {
|
||||||
Page<NtcBGPLog> data = fromJson.getData();
|
Page<NtcBGPLog> data = fromJson.getData();
|
||||||
list = data.getList();
|
list = data.getList();
|
||||||
|
for (NtcBGPLog l : list) {
|
||||||
|
l.setFunctionId(log.getFunctionId());
|
||||||
|
setLogAction(l, serviceList);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
titleList.add("bgp_control");
|
titleList.add("bgp_control");
|
||||||
|
|||||||
Reference in New Issue
Block a user