提交 09d5accf authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 8a25a596
...@@ -27,6 +27,8 @@ public class ImInfoResVo { ...@@ -27,6 +27,8 @@ public class ImInfoResVo {
private String sig; private String sig;
private Long doctorId;
@ApiModelProperty("医生头像") @ApiModelProperty("医生头像")
private String doctorPortrait; private String doctorPortrait;
......
...@@ -133,6 +133,8 @@ public class PatientSignServiceImpl implements PatientSignService { ...@@ -133,6 +133,8 @@ public class PatientSignServiceImpl implements PatientSignService {
resVo.setPatientName(patientSignEntity.getPatientName()); resVo.setPatientName(patientSignEntity.getPatientName());
resVo.setPatientPortrait(""); resVo.setPatientPortrait("");
resVo.setDoctorId(patientSignEntity.getDoctorId());
QueryPersonnelInfoReq queryPersonnelInfoReq = new QueryPersonnelInfoReq(); QueryPersonnelInfoReq queryPersonnelInfoReq = new QueryPersonnelInfoReq();
queryPersonnelInfoReq.setDoctorId(String.valueOf(patientSignEntity.getDoctorId())); queryPersonnelInfoReq.setDoctorId(String.valueOf(patientSignEntity.getDoctorId()));
BaseResponse<PersonnelInfo> res = doctorCilent.queryPersonnelInfo(queryPersonnelInfoReq); BaseResponse<PersonnelInfo> res = doctorCilent.queryPersonnelInfo(queryPersonnelInfoReq);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论