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