@@ -1435,6 +1435,9 @@
<if test="examId != null and examId != ''">
and tees.exam_id = #{examId}
</if>
+ <if test="orgId != null and orgId != ''">
+ and tes.org_id = #{orgId}
+ </if>
and exists(
select
tee.id