This commit is contained in:
parent
54804b825d
commit
b2aae5555c
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue