Compare commits
No commits in common. "fecac82f1fd3bdc8a90b23d0ec6e0bc3bb61c9e3" and "80dc2573a3d34f1c78f11655af09d535fc82fca4" have entirely different histories.
fecac82f1f
...
80dc2573a3
|
|
@ -36,10 +36,7 @@ public class HealthPersonInfoServiceImpl implements IHealthPersonInfoService {
|
|||
*/
|
||||
@Override
|
||||
public HealthPersonInfo selectHealthPersonInfoById(Long id) {
|
||||
HealthPersonInfo vo=healthPersonInfoMapper.selectHealthPersonInfoById(id);
|
||||
vo.setMobile(SM4EncryptUtils.sm4Decrypt(vo.getMobile()==null?"":vo.getMobile()));
|
||||
return vo;
|
||||
|
||||
return healthPersonInfoMapper.selectHealthPersonInfoById(id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue