提交 c5006cc9 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 e2583c41
...@@ -46,4 +46,7 @@ public class ImInfoResVo { ...@@ -46,4 +46,7 @@ public class ImInfoResVo {
@ApiModelProperty("IM历史消息") @ApiModelProperty("IM历史消息")
private List<IMMsgResultVo> iMMsgVo; private List<IMMsgResultVo> iMMsgVo;
@ApiModelProperty("签约id")
private String signSeqId;
} }
...@@ -146,7 +146,7 @@ public class PatientSignServiceImpl implements PatientSignService { ...@@ -146,7 +146,7 @@ public class PatientSignServiceImpl implements PatientSignService {
resVo.setPatientPortrait(upResult.getData()); resVo.setPatientPortrait(upResult.getData());
} }
} }
resVo.setSignSeqId(String.valueOf(patientSignEntity.getId()));
resVo.setDoctorId(patientSignEntity.getDoctorId()); resVo.setDoctorId(patientSignEntity.getDoctorId());
QueryPersonnelInfoReq queryPersonnelInfoReq = new QueryPersonnelInfoReq(); QueryPersonnelInfoReq queryPersonnelInfoReq = new QueryPersonnelInfoReq();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论