瀏覽代碼

sql修改

wangliang 1 年之前
父節點
當前提交
8d800e74dd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      themis-business/src/main/resources/mapper/TIeExamInvigilateCallMapper.xml

+ 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}