|
|
@@ -554,6 +554,7 @@
|
|
|
<result column="assist_id" property="assistId"/>
|
|
|
<result column="assist_nickname" property="assistNickname"/>
|
|
|
<result column="abnormal" property="abnormal"/>
|
|
|
+ <result column="monitor_start_time" property="monitorStartTime"/>
|
|
|
</resultMap>
|
|
|
<select id="doctorSelectPatientList" resultMap="doctorMonitorResult">
|
|
|
SELECT
|
|
|
@@ -572,6 +573,7 @@
|
|
|
c.eval_time AS eval_time, <!-- 评价时间 -->
|
|
|
c.manage_type AS manage_type,
|
|
|
c.abnormal as abnormal,
|
|
|
+ c.monitor_start_time as monitor_start_time,
|
|
|
<!-- 设备与输注信息 -->
|
|
|
i.device_id AS device_id,
|
|
|
d.alias AS device_alias, <!-- 假设来自设备表,若未关联需调整 -->
|