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