From e228d03fa907901233175a57d622ace4c0d97f39 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期三, 18 三月 2026 15:18:41 +0800 Subject: [PATCH] # --- src/main/resources/sql/20260313_create_station_path_policy_tables.sql | 4 ++-- 1 files changed, 2 insertions(+), 2 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 7ec0595..215d486 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 @@ -51,14 +51,14 @@ ); INSERT INTO `sys_config`(`name`, `code`, `value`, `type`, `status`, `select_type`) -SELECT '绔欑偣璺緞璇勫垎妯″紡', 'stationPathScoreMode', 'legacy', 1, 1, 'String' +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`) -SELECT '绔欑偣璺緞榛樿妯℃澘缂栫爜', 'stationPathDefaultProfileCode', 'default', 1, 1, 'String' +SELECT '绔欑偣璺緞榛樿妯℃澘缂栫爜', 'stationPathDefaultProfileCode', 'default', 1, 1, 'system' FROM dual WHERE NOT EXISTS ( SELECT 1 FROM `sys_config` WHERE `code` = 'stationPathDefaultProfileCode' -- Gitblit v1.9.1