fix: 禁用初始密码开启

This commit is contained in:
taojinlong 2024-11-14 18:00:01 +08:00
parent f7e4ab2cef
commit e719d99cbf

View File

@ -1,2 +1,4 @@
INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`)
VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13);
UPDATE `per_sys_setting` SET `pval` = 'true' WHERE (`pkey` = 'basic.dip');