wangliang 1 anno fa
parent
commit
8d800e74dd

+ 2 - 2
themis-business/src/main/resources/mapper/TIeExamInvigilateCallMapper.xml

@@ -20,13 +20,13 @@
             toer.id = tieic.exam_record_id
         <where> 1 = 1
             <if test="examId != null and examId != ''">
-                and tieic.exam_id = #{examId}
+                and tees.exam_id = #{examId}
             </if>
             <if test="userId != null and userId != ''">
                 and tbeiu.user_id = #{userId}
             </if>
             <if test="orgId != null and orgId != ''">
-                and tbeiu.org_id = #{orgId}
+                and tes.org_id = #{orgId}
             </if>
             <if test="status != null and status != ''">
                 and tieic.status = #{status}