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