浏览代码

add
评价条件查询

18339543638 7 月之前
父节点
当前提交
d0e8425ba2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      nb-service/web-service/src/main/resources/mapper/bus/BusPatientMapper.xml

+ 2 - 0
nb-service/web-service/src/main/resources/mapper/bus/BusPatientMapper.xml

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