@@ -269,6 +269,7 @@
and EXISTS(
select * from
(<include refid="findFlowIdToMySelfSql" />) t where t.flowId = a.flow_id)
+ and f.status <![CDATA[ <> ]]> 'START'
<if test="schoolId != null and schoolId != ''">
and a.school_id = #{schoolId}
</if>