@@ -175,6 +175,7 @@
<if test="endTime != null and endTime != ''">
and a.startTime <= #{endTime}
</if>
+ and (a.auditStatus <![CDATA[ <> ]]> 'AUDITED' and a.reviewStatus <![CDATA[ <> ]]> 'PASS')
</where>
</select>
<select id="listTaskReviewUnaudited" resultType="com.qmth.distributed.print.business.bean.dto.ExamTaskDto">