#
Junjie
14 小时以前 7a546480f6ddfaee1366f280981a002a08412c11
src/main/java/com/zy/common/utils/NavigateUtils.java
@@ -50,13 +50,10 @@
        }
        News.info("[WCS Debug] 站点路径计算完成,耗时:{}ms", System.currentTimeMillis() - startTime);
        if (allList.size() > 1) {
            System.out.println(JSON.toJSONString(allList));
        }
        startTime = System.currentTimeMillis();
        News.info("[WCS Debug] 站点路径权重开始分析,startStationId={},endStationId={}", startStationId, endStationId);
        List<NavigateNode> list = findStationBestPath(allList);
        News.info("[WCS Debug] 站点路径权重分析结束,startStationId={},endStationId={}", startStationId, endStationId);
        News.info("[WCS Debug] 站点路径权重分析完成,耗时:{}ms", System.currentTimeMillis() - startTime);
        //去重
        HashSet<Integer> set = new HashSet<>();