Commit d5ac8f22 by huangfusuper

增加快速失败标识

parent 833046d8
......@@ -289,7 +289,7 @@
<include refid="Base_Column_List" />
from run_recording
where flow_id = #{flowId}
and (flow_status != '4' or flow_status != '1') and schedule_type != 4
and (flow_status != '4' and flow_status != '1') and schedule_type != 4
</select>
<select id="findStatusByStartAndEndTime" resultType="com.byit.dto.plugin.StatisticData" useCache="false" flushCache="true">
......
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