jsk
This commit is contained in:
parent
d3bd419a3f
commit
01d36011f6
|
|
@ -36,7 +36,10 @@ public class HealthPersonInfoServiceImpl implements IHealthPersonInfoService {
|
|||
*/
|
||||
@Override
|
||||
public HealthPersonInfo selectHealthPersonInfoById(Long id) {
|
||||
return healthPersonInfoMapper.selectHealthPersonInfoById(id);
|
||||
HealthPersonInfo vo=healthPersonInfoMapper.selectHealthPersonInfoById(id);
|
||||
vo.setMobile(SM4EncryptUtils.sm4Decrypt(vo.getMobile()==null?"":vo.getMobile()));
|
||||
return vo;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue