#
Junjie
2 天以前 aaf4a5039c86db159587e1299d5c3925adb70489
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<>();