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