|
@@ -564,9 +564,6 @@
|
|
|
FROM
|
|
|
student_extracurricular_exercises_situation_ sees
|
|
|
LEFT JOIN teacher tea ON tea.id_=sees.teacher_id_
|
|
|
- <if test="unDone!=null and unDone==1">
|
|
|
- LEFT JOIN teacher_remind tm ON sees.monday_=tm.monday_ AND sees.teacher_id_=tm.teacher_id_
|
|
|
- </if>
|
|
|
LEFT JOIN organization organ ON organ.id_=tea.organ_id_
|
|
|
LEFT JOIN sys_user su ON tea.id_=su.id_
|
|
|
<include refid="queryTeacherServeInfoCondition" />
|
|
@@ -616,9 +613,6 @@
|
|
|
FROM
|
|
|
student_extracurricular_exercises_situation_ sees
|
|
|
LEFT JOIN teacher tea ON tea.id_=sees.teacher_id_
|
|
|
- <if test="unDone!=null and unDone==1">
|
|
|
- LEFT JOIN teacher_remind tm ON sees.monday_=tm.monday_ AND sees.teacher_id_=tm.teacher_id_
|
|
|
- </if>
|
|
|
<include refid="queryTeacherServeInfoCondition" />
|
|
|
GROUP BY sees.monday_,sees.sunday_,sees.teacher_id_
|
|
|
<trim prefix="HAVING" prefixOverrides="AND">
|