wangliang 4 年之前
父节点
当前提交
9bf24d6f0e
共有 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

@@ -175,6 +175,7 @@
             <if test="endTime != null and endTime != ''">
             <if test="endTime != null and endTime != ''">
                 and a.startTime &lt;= #{endTime}
                 and a.startTime &lt;= #{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">