提交 2f1e1e12 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 40e0e470
......@@ -85,4 +85,7 @@ public class SignedDoctorVo {
@ApiModelProperty("医生擅长")
private String doctorProfession;
@ApiModelProperty("医生职称")
private String doctorTitle;
}
......@@ -293,6 +293,7 @@ public class PatientServiceImpl implements PatientService {
if (res.isSuccess()) {
signedDoctorVo.setDoctorPortrait(res.getData().getPortrait());
signedDoctorVo.setDoctorProfession(res.getData().getProfession());
signedDoctorVo.setDoctorTitle(res.getData().getTitle());
}
return BaseResponse.success(signedDoctorVo);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论