This commit is contained in:
xiaojunnuo
2025-01-06 15:32:14 +08:00
parent 7b4f8d31e8
commit c81c17d17b

View File

@@ -91,7 +91,7 @@ export class SysSettingsService extends BaseService<SysSettingsEntity> {
entity.setting = JSON.stringify(bean);
entity.access = type.__access__;
if (key === SysSecretBackup.__key__ || key === SysSecret.__key__) {
if (key === SysSecretBackup.__key__) {
//备份密钥不允许更新
return;
}