v2
xiaojunnuo 2025-01-06 15:32:14 +08:00
parent 7b4f8d31e8
commit c81c17d17b
1 changed files with 1 additions and 1 deletions

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;
}