diff --git a/auto-solution-rule/src/main/resources/rules/fire-rule.drl b/auto-solution-rule/src/main/resources/rules/fire-rule.drl index cb79be7..843b680 100644 --- a/auto-solution-rule/src/main/resources/rules/fire-rule.drl +++ b/auto-solution-rule/src/main/resources/rules/fire-rule.drl @@ -178,6 +178,7 @@ function Map buildBusinessConfig() { // ---------- 航迹规则参数(可改) ---------- cfg.put("enableTrajectoryRules", Boolean.TRUE); // 航迹规则总开关 + // 智能 最短的 侧面 干扰 cfg.put("strategyMode", "auto"); // auto/shortest/flank/interfere cfg.put("enableShortest", Boolean.TRUE); cfg.put("enableFlank", Boolean.TRUE);