This commit is contained in:
chenll 2025-10-10 23:00:06 +08:00
parent 54804b825d
commit b2aae5555c
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class DklSecurityPersonnelServiceImpl implements IDklSecurityPersonnelSer
public DklSecurityPersonnel selectDklSecurityPersonnelById(Long id) throws KmsSdkException {
DklSecurityPersonnel dklSecurityPersonnelInfo= dklSecurityPersonnelMapper.selectDklSecurityPersonnelById(id);
String code = dklSecurityPersonnelInfo.getCode();
String phone = dklSecurityPersonnelInfo.getPhone();
dklSecurityPersonnelInfo.setCode(EnciphermentUtil.kmsDencrypt(code));