修复日志导出:

去掉IP Spoofing的修改;
bgp导出无action合并


Conflicts:
	src/main/java/com/nis/util/excel/ExcelCsv.java


(cherry picked from commit b57176c6c1)
This commit is contained in:
chenjinsong
2019-01-27 10:56:49 +00:00
committed by 王鑫
parent b307bffb26
commit c458bb0e6b

View File

@@ -116,6 +116,10 @@ public class BgpLogController extends BaseController {
if (fromJson.getStatus().intValue() == 200) {
Page<NtcBGPLog> data = fromJson.getData();
list = data.getList();
for (NtcBGPLog l : list) {
l.setFunctionId(log.getFunctionId());
setLogAction(l, serviceList);
}
}
}
titleList.add("bgp_control");