@@ -28,7 +28,7 @@
and teacher_id_ = #{teacherId}
</if>
<if test="title != null">
- and title_ = #{title}
+ and title_ like '%' #{title} '%'
<if test="batchNo != null">
and batch_no_ = #{batchNo}