|
@@ -110,7 +110,7 @@
|
|
|
<if test="param.teacherId !=null">
|
|
|
AND g.teacher_id_ = #{param.teacherId}
|
|
|
</if>
|
|
|
- <if test="param.lessonSubject != null">
|
|
|
+ <if test="param.lessonSubject != null and param.lessonSubject != ''">
|
|
|
AND g.lesson_subject_ = #{param.lessonSubject}
|
|
|
</if>
|
|
|
<if test="null != param.search and '' != param.search">
|