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