|
@@ -679,7 +679,7 @@
|
|
</foreach>
|
|
</foreach>
|
|
</select>
|
|
</select>
|
|
<select id="getNoTeacherOrNoSubjectStudent" resultMap="Student">
|
|
<select id="getNoTeacherOrNoSubjectStudent" resultMap="Student">
|
|
- SELECT * FROM student WHERE teacher_id_ IS NULL OR subject_id_list_ IS NULL;
|
|
|
|
|
|
+ SELECT * FROM student WHERE teacher_id_ IS NULL OR subject_id_list_ IS NULL OR cooperation_organ_id_ IS NULL;
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<update id="updateGrade"><![CDATA[
|
|
<update id="updateGrade"><![CDATA[
|