From 3372040097ad2c01aeb6fd6485e89f19bf81b316 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 18 三月 2026 17:02:34 +0800
Subject: [PATCH] #
---
src/main/resources/sql/20260313_create_station_path_policy_tables.sql | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/src/main/resources/sql/20260313_create_station_path_policy_tables.sql b/src/main/resources/sql/20260313_create_station_path_policy_tables.sql
index 215d486..2574b2b 100644
--- a/src/main/resources/sql/20260313_create_station_path_policy_tables.sql
+++ b/src/main/resources/sql/20260313_create_station_path_policy_tables.sql
@@ -40,21 +40,14 @@
(`profile_code`, `profile_name`, `priority`, `status`, `config_json`, `memo`)
SELECT
'default',
- '榛樿涓ら樁娈佃瘎鍒嗘ā鏉�',
+ '榛樿妯℃澘',
100,
1,
- '{"calcMaxDepth":120,"calcMaxPaths":500,"calcMaxCost":300,"s1TopK":5,"s1LenWeight":1.0,"s1TurnWeight":3.0,"s1LiftWeight":8.0,"s1SoftDeviationWeight":4.0,"s1MaxLenRatio":1.15,"s1MaxTurnDiff":1,"s2BusyWeight":2.0,"s2RunBlockWeight":10.0,"s2LoopLoadWeight":12.0}',
- '榛樿妯℃澘锛屾湭鍛戒腑瑙勫垯鏃跺厹搴�'
+ '{"calcMaxDepth":120,"calcMaxPaths":500,"calcMaxCost":300,"s1TopK":5,"s1LenWeight":1.0,"s1TurnWeight":3.0,"s1LiftWeight":8.0,"s1SoftDeviationWeight":4.0,"s1MaxLenRatio":1.15,"s1MaxTurnDiff":1,"s2BusyWeight":2.0,"s2RunBlockWeight":10.0,"s2LoopLoadWeight":12.0,"stationPathLenWeightPercent":50.0,"stationPathCongWeightPercent":50.0,"stationPathPassOtherOutStationWeightPercent":100.0,"stationPathPassOtherOutStationForceSkip":false}',
+ '榛樿妯℃澘'
FROM dual
WHERE NOT EXISTS (
SELECT 1 FROM `asr_bas_station_path_profile` WHERE `profile_code` = 'default'
-);
-
-INSERT INTO `sys_config`(`name`, `code`, `value`, `type`, `status`, `select_type`)
-SELECT '绔欑偣璺緞璇勫垎妯″紡', 'stationPathScoreMode', 'legacy', 1, 1, 'system'
-FROM dual
-WHERE NOT EXISTS (
- SELECT 1 FROM `sys_config` WHERE `code` = 'stationPathScoreMode'
);
INSERT INTO `sys_config`(`name`, `code`, `value`, `type`, `status`, `select_type`)
--
Gitblit v1.9.1