Skip to content

Commit

Permalink
optimize & bugfix:
Browse files Browse the repository at this point in the history
1. 修复一个导出excel后urls和查询结果数据不一致的bug
2. 优化提示信息:当选中https数据而未勾选证书查询时,提示需要先勾选证书查询才能搜索对应证书
fixes #94
  • Loading branch information
flashine committed May 14, 2022
1 parent 35d7018 commit e349a13
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/org/fofaviewer/utils/DataUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,6 @@ public static List<? extends BaseBean> loadJsonData(TabDataBean bean,
list.add(b);
}
}
// try {
// CertRequestUtil util = new CertRequestUtil(view);
// if (isExport) {
// util.getCertDomain(excelData, true);
// } else {
// util.getCertDomain(list, false);
// }
// }catch (InterruptedException e){
// Logger.error(e);
// }
return list;
}

Expand Down

0 comments on commit e349a13

Please sign in to comment.