| | |
| | | ); |
| | | |
| | | 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' |