提交 85bae769 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 c524d4dc
......@@ -3,6 +3,8 @@ package com.ebaiyihui.family.doctor.common.vo;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.Date;
/**
* @ClassName: ImInfoDetailDocResVo
* @Author:yanliang
......@@ -38,4 +40,6 @@ public class ImInfoDetailDocResVo {
@ApiModelProperty("科室名称")
private String deptName;
private Date signEndTime;
}
......@@ -215,6 +215,7 @@ public class PatientSignServiceImpl implements PatientSignService {
resVo.setStatus(patientSignEntity.getStatus());
resVo.setDeptId(patientSignEntity.getDeptId().toString());
resVo.setDeptName(patientSignEntity.getDeptName());
resVo.setSignEndTime(patientSignEntity.getSignEndTime());
//患者信息
PatientEntity patientEntity = patientMapper.selectById(patientSignEntity.getPatientId());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论