|
@@ -1262,9 +1262,6 @@
|
|
|
<if test="teacherId!=null">
|
|
|
AND sees.teacher_id_ = #{teacherId}
|
|
|
</if>
|
|
|
- <if test="unDone!=null and unDone==1">
|
|
|
- AND tm.teacher_id_ IS NULL
|
|
|
- </if>
|
|
|
<if test="reminded!=null and reminded==0">
|
|
|
AND NOT EXISTS (SELECT id_ FROM teacher_remind WHERE teacher_id_=sees.teacher_id_ AND monday_ = sees.monday_ AND type_='SERVICE')
|
|
|
</if>
|