Przeglądaj źródła

监考端接口

wangliang 4 lat temu
rodzic
commit
5ecd8b0bf0

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

@@ -41,7 +41,7 @@
                 and tees.name like concat('%', #{name}, '%')
             </if>
             <if test="roomCode != null and roomCode != ''">
-                and tees.room_code = #{roomCode}
+                and tees.room_code like concat('%', #{roomCode}, '%')
             </if>
             <if test="courseCode != null and courseCode != ''">
                 and tees.course_code = #{courseCode}