From 2265a4ba25b765d08795018f78ac9bceb87e4f45 Mon Sep 17 00:00:00 2001
From: skyouc <958836976@qq.com>
Date: 星期一, 13 四月 2026 16:23:28 +0800
Subject: [PATCH] 屏蔽AI
---
src/main/java/com/zy/asrs/domain/path/StationPathResolvedPolicy.java | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/src/main/java/com/zy/asrs/domain/path/StationPathResolvedPolicy.java b/src/main/java/com/zy/asrs/domain/path/StationPathResolvedPolicy.java
index a5d18b9..f602390 100644
--- a/src/main/java/com/zy/asrs/domain/path/StationPathResolvedPolicy.java
+++ b/src/main/java/com/zy/asrs/domain/path/StationPathResolvedPolicy.java
@@ -10,16 +10,12 @@
public class StationPathResolvedPolicy implements Serializable {
private static final long serialVersionUID = 1L;
- private String scoreMode = "legacy";
+ private String scoreMode = "twoStage";
private String defaultProfileCode = "default";
private BasStationPathProfile profileEntity;
private BasStationPathRule ruleEntity;
private StationPathProfileConfig profileConfig = StationPathProfileConfig.defaultConfig();
private StationPathRuleConfig ruleConfig = new StationPathRuleConfig();
-
- public boolean useTwoStage() {
- return "twoStage".equalsIgnoreCase(scoreMode);
- }
public boolean matchedRule() {
return ruleEntity != null;
--
Gitblit v1.9.1