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