Commit fbdcc92d by huangfusuper

解决 关闭工作流只扫描运行中的问题

parent d2dde326
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
select select
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from run_recording from run_recording
where flow_status = '2' and schedule_type != 4 where schedule_type != 4
</select> </select>
<select id="findNoEnd" parameterType="com.byit.dto.FlowConditionDto" resultMap="BaseResultMap"> <select id="findNoEnd" parameterType="com.byit.dto.FlowConditionDto" 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