薪资档案加密设置
This commit is contained in:
parent
c92f4f0b28
commit
4f4535778e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue