wangliang 3 жил өмнө
parent
commit
56e1c8ac69

+ 1 - 1
distributed-print-business/src/main/resources/mapper/ExamTaskMapper.xml

@@ -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>