薪资档案加密设置

This commit is contained in:
李栋 2022-10-10 10:00:59 +08:00
parent c92f4f0b28
commit 4f4535778e
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ public class SalarySysConfServiceImpl extends Service implements SalarySysConfSe
String isOpenEncrypt = param.getIsOpenEncrypt();
if (StringUtils.isNotEmpty(isOpenEncrypt)) {
saveSettingByType(isOpenEncrypt, OPEN_APPLICATION_ENCRYPT, "开启加密设置", "app");
//异步对数据库数据加解密
//对数据库数据加解密
flag = encryptOrDecryptDbWithAsync(isOpenEncrypt);
}
Util_DataCache.clearVal(AES_ENCRYPT_IN_PROGRESS);