|
@@ -382,7 +382,7 @@
|
|
<if test="teachingRoomId != null and teachingRoomId != ''">
|
|
<if test="teachingRoomId != null and teachingRoomId != ''">
|
|
and tcs.teaching_room_id = #{teachingRoomId}
|
|
and tcs.teaching_room_id = #{teachingRoomId}
|
|
</if>
|
|
</if>
|
|
- <if test="status != null and status != ''">
|
|
|
|
|
|
+ <if test="status != null">
|
|
and tcs.status = #{status}
|
|
and tcs.status = #{status}
|
|
</if>
|
|
</if>
|
|
<if test="courseName != null and courseName != ''">
|
|
<if test="courseName != null and courseName != ''">
|