wangliang 3 سال پیش
والد
کامیت
debcfeeca2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      distributed-print-business/src/main/resources/mapper/ExamTaskMapper.xml

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

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