|
@@ -105,6 +105,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<include refid="selectHxpAlarmConfigVo"/>
|
|
<include refid="selectHxpAlarmConfigVo"/>
|
|
|
where alarm_mode = #{alarmMode} and alarm_dept_id =
|
|
where alarm_mode = #{alarmMode} and alarm_dept_id =
|
|
|
(select dept_id from lab_subject where id = #{subId} limit 1)
|
|
(select dept_id from lab_subject where id = #{subId} limit 1)
|
|
|
- order by level asc
|
|
|
|
|
|
|
+ order by sort asc
|
|
|
</select>
|
|
</select>
|
|
|
</mapper>
|
|
</mapper>
|