提交 0da44840 authored 作者: zhu's avatar zhu

1.develop

2.fix bug
上级 d979fb09
......@@ -152,6 +152,9 @@ public class MedicalReport extends BaseDomain {
@Schema(description = "更新时间", nullable = false)
private java.util.Date updateTime;
@TableField(exist = false)
private List<String> pictureList;
/**
* 设置默认值
*/
......
......@@ -24,6 +24,8 @@
<result column="doctor_asks" jdbcType="VARCHAR" property="doctorAsks" />
<association column="doctor_id" property="doctor" javaType="com.xwd.hospital.server.domain.DoctorInfo"
select="com.xwd.hospital.server.repository.DoctorInfoMapper.selectById" />
<collection column="id" property="pictureList" javaType="list"
select="com.xwd.hospital.server.repository.MedicalReportPictureMapper.selectByReportId" />
</resultMap>
<sql id="Base_Column_List">
`id`, `patient_name`, `patient_id_no`, `sex`, `report_type`, `age`, `report_hospital`, `report_doctor`, `report_time`, `report_state`, `doctor_id`, `editor_id`, `editor_name`, `create_time`, `update_time`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论