Commit 44917207 by huangfusuper

修改循环发送邮件的BUG

parent fbdcc92d
......@@ -150,7 +150,7 @@
select
<include refid="Base_Column_List" />
from run_recording
where schedule_type != 4
where schedule_type != 4 and flow_status != 4
</select>
<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