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