|
|
@@ -114,6 +114,7 @@
|
|
|
<result column="evaluator" property="evaluator"/>
|
|
|
<result column="blood_oxygen_saturation" property="bloodOxygenSaturation"/>
|
|
|
<result column="patient_code" property="patientCode"/>
|
|
|
+ <result column="remark" property="remark"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap id="queryStatsHistory" type="com.nb.web.service.bus.service.dto.CombineHistoryResult">
|
|
|
@@ -405,7 +406,7 @@
|
|
|
e.right_leg as right_leg,
|
|
|
e.nausea_vomit as nausea_vomit,
|
|
|
e.itch as itch,
|
|
|
- e.vertigo as vertigo,
|
|
|
+ e.vertigo as vertigo,za
|
|
|
e.sore_throat as sore_throat,
|
|
|
e.uroschesis as uroschesis,
|
|
|
e.breath_depression as breath_depression,
|
|
|
@@ -419,7 +420,8 @@
|
|
|
e.breath_rate as breath_rate,
|
|
|
e.blood_oxygen_saturation as blood_oxygen_saturation,
|
|
|
e.id as eval_id,
|
|
|
- e.evaluator as evaluator
|
|
|
+ e.evaluator as evaluator,
|
|
|
+ e.remark as remark
|
|
|
from (
|
|
|
<include refid="commonInfusionQuery"/>
|
|
|
) as i
|