加密描述
This commit is contained in:
parent
c88db43e55
commit
9ec0daa3f6
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue