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

feat:家庭医生初始化

上级 2d25d037
...@@ -43,7 +43,7 @@ public class ImInfoListResVo { ...@@ -43,7 +43,7 @@ public class ImInfoListResVo {
private Integer age; private Integer age;
@ApiModelProperty("身份证") @ApiModelProperty("身份证")
private String idCard; private String credNo;
@ApiModelProperty("身份证") @ApiModelProperty("身份证")
private String patientId; private String patientId;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
ps.update_time updateTime, ps.update_time updateTime,
ps.status status, ps.status status,
ps.patient_name patientName, ps.patient_name patientName,
ps.idcard idCard, ps.cred_no credNo,
ps.patient_id patientId ps.patient_id patientId
from patient_sign ps from patient_sign ps
where ps.doctor_id=#{doctorId} where ps.doctor_id=#{doctorId}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论