Commit f68665b6 by huangfusuper

扫描节点也可以扫描虚节点

parent 76a374ef
...@@ -98,12 +98,12 @@ ...@@ -98,12 +98,12 @@
from run_recording from run_recording
where flow_status ='4' and is_alarm = '1' and schedule_type != 4 where flow_status ='4' and is_alarm = '1' and schedule_type != 4
</select> </select>
<!--and is_inner = '1'-->
<select id="findAllByRunID" resultMap="BaseResultMap"> <select id="findAllByRunID" resultMap="BaseResultMap">
select select
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from run_recording from run_recording
where run_id=#{runId,jdbcType=VARCHAR} and is_inner = '1' and schedule_type != 4 where run_id=#{runId,jdbcType=VARCHAR} and schedule_type != 4
</select> </select>
<!--查询运行中的--> <!--查询运行中的-->
<select id="findRunningRunRecording" resultMap="BaseResultMap"> <select id="findRunningRunRecording" resultMap="BaseResultMap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment