Junjie
1 天以前 71d499e1ad7d4e2f2886627f7a57e0fadf0bc235
src/main/java/com/zy/common/utils/NavigateUtils.java
@@ -2758,7 +2758,7 @@
                endStationId,
                calcMode == null ? "" : calcMode.name());
        int calcMaxDepth = safeInt(profileConfig.getCalcMaxDepth(), 120);
        int calcMaxPaths = safeInt(profileConfig.getCalcMaxPaths(), 500);
        int calcMaxPaths = safeInt(profileConfig.getCalcMaxPaths(), 50);
        int calcMaxCost = safeInt(profileConfig.getCalcMaxCost(), 300);
        List<Integer> guideStationSequence = buildGuideStationSequence(startStationId, endStationId, resolvedPolicy.getRuleConfig());
        log.info("站点路径候选枚举开始,startStationId={},endStationId={},mode={},calcMaxDepth={},calcMaxPaths={},calcMaxCost={},guideStationSequence={}",