浏览代码

Merge branch 'dev_openapi_bugfix'

luoshi 4 年之前
父节点
当前提交
5c4be1ea0d
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      themis-business/src/main/resources/mapper/TEExamStudentMapper.xml

+ 4 - 4
themis-business/src/main/resources/mapper/TEExamStudentMapper.xml

@@ -385,10 +385,10 @@
         and teea.enable = 1
         <where>
             tees.exam_id = #{examId}
-            and tess.enable = 1
-            and tess.id <![CDATA[ > ]]> #{idGt}
-            and tess.already_exam_count is not null
-            and tess.already_exam_count <![CDATA[ > ]]> 0
+            and tees.enable = 1
+            and tees.id <![CDATA[ > ]]> #{idGt}
+            and tees.already_exam_count is not null
+            and tees.already_exam_count <![CDATA[ > ]]> 0
             <if test="courseCode != null and courseCode != ''">
                 and tees.course_code = #{courseCode}
             </if>