薪资档案加密设置更新
This commit is contained in:
parent
e384c6c1c3
commit
7960f74308
|
|
@ -40,7 +40,11 @@ public class AESEncryptUtil {
|
|||
* @return
|
||||
*/
|
||||
private static String getSalarySysConfigValue() {
|
||||
return salarySysConfService.getOneByCode(SalarySysConstant.OPEN_APPLICATION_ENCRYPT).getConfValue();
|
||||
String confValue = salarySysConfService.getOneByCode(SalarySysConstant.OPEN_APPLICATION_ENCRYPT).getConfValue();
|
||||
if (StringUtils.isEmpty(confValue)) {
|
||||
return "1";
|
||||
}
|
||||
return confValue;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue