加密描述

This commit is contained in:
钱涛 2023-11-09 16:40:30 +08:00
parent c88db43e55
commit 9ec0daa3f6
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ public class SalarySysConfServiceImpl extends Service implements SalarySysConfSe
ThreadPoolUtil.fixedPoolExecute(ModulePoolEnum.erkai, "saveEncryptSetting", new LocalRunnable() {
@Override
public void execute() {
saveSettingByType(isOpenEncrypt, OPEN_APPLICATION_ENCRYPT, "开启加密设置", "app");
saveSettingByType(isOpenEncrypt, OPEN_APPLICATION_ENCRYPT, "关闭加密设置", "app");
Boolean aBoolean = encryptOrDecryptDbWithAsync(isOpenEncrypt, progressId);
}
});