Merge pull request #13634 from dataease/pr@dev-v2@perf_setting_sort

perf: 系统参数-基础设置-设置项排序
This commit is contained in:
taojinlong
2024-11-28 12:22:58 +08:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -52,3 +52,6 @@ create table core_custom_geo_sub_area
)
comment '自定义地理区域分区详情';
UPDATE `core_sys_setting` SET `sort` = 11 WHERE `pkey` = 'basic.dsIntervalTime';