wangliang 2 rokov pred
rodič
commit
2d843f3c1c

+ 3 - 0
themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

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