综合评价铺导员导入显示

This commit is contained in:
zhy
2025-09-08 20:50:46 +08:00
parent 8090f9c807
commit 653bb3b0f7
2 changed files with 8 additions and 10 deletions

View File

@@ -175,16 +175,14 @@
b.stu_year_name,
a.ce_score as score,
a.stu_no,
e.`name` as stu_name,
e.`status`,
c.stu_name,
c.`status`,
c.class_name
from cph_total_score as a
from srs_ce_score as a
left join srs_stu_year as b on a.stu_year_id = b.id
left join srs_class as c on a.class_code = c.class_code
left join cph_teacher as d on c.teacher_id = d.teacher_id
left join srs_student as e on a.stu_no = e.stu_no
where d.employee_id = #{tno}
ORDER BY a.class_id asc, b.stu_year_name desc, a.stu_no asc
left join view_stu_info as c on a.stu_no = c.stu_no
where c.t_no = #{tno}
ORDER BY c.class_id asc, b.stu_year_name desc, a.stu_no asc
</select>
<select id="listSport" resultType="com.srs.comprehensive.domain.Vo.CphTeacherLookScore">