update 优化 删除无用系统参数

This commit is contained in:
疯狂的狮子Li
2026-04-16 16:22:15 +08:00
parent 981743da00
commit d96dcd2580
4 changed files with 12 additions and 22 deletions

View File

@@ -876,11 +876,9 @@ comment on column sys_config.update_by is '更新者';
comment on column sys_config.update_time is '更新时间';
comment on column sys_config.remark is '备注';
insert into sys_config values(1761700000000000001, '主框架页-默认皮肤样式名称', 'sys.index.skinName', 'skin-blue', 'Y', 1761000000000000103, 1761100000000000001, sysdate, NULL, null, '蓝色 skin-blue、绿色 skin-green、紫色 skin-purple、红色 skin-red、黄色 skin-yellow');
insert into sys_config values(1761700000000000002, '用户管理-账号初始密码', 'sys.user.initPassword', '123456', 'Y', 1761000000000000103, 1761100000000000001, sysdate, NULL, null, '初始化密码 123456');
insert into sys_config values(1761700000000000003, '主框架页-侧边栏主题', 'sys.index.sideTheme', 'theme-dark', 'Y', 1761000000000000103, 1761100000000000001, sysdate, NULL, null, '深色主题theme-dark浅色主题theme-light');
insert into sys_config values(1761700000000000005, '账号自助-是否开启用户注册功能', 'sys.account.registerUser', 'false', 'Y', 1761000000000000103, 1761100000000000001, sysdate, NULL, null, '是否开启注册用户功能true开启false关闭');
insert into sys_config values(1761700000000000011, 'OSS预览列表资源开关', 'sys.oss.previewListResource', 'true', 'Y', 1761000000000000103, 1761100000000000001, sysdate, NULL, null, 'true:开启, false:关闭');
insert into sys_config values(1761700000000000001, '用户管理-账号初始密码', 'sys.user.initPassword', '123456', 'Y', 1761000000000000103, 1761100000000000001, sysdate, NULL, null, '初始化密码 123456');
insert into sys_config values(1761700000000000002, '账号自助-是否开启用户注册功能', 'sys.account.registerUser', 'false', 'Y', 1761000000000000103, 1761100000000000001, sysdate, NULL, null, '是否开启注册用户功能true开启false关闭');
insert into sys_config values(1761700000000000003, 'OSS预览列表资源开关', 'sys.oss.previewListResource', 'true', 'Y', 1761000000000000103, 1761100000000000001, sysdate, NULL, null, 'true:开启, false:关闭');
-- ----------------------------