修改综合评价达标量功能

This commit is contained in:
2025-09-14 22:13:19 +08:00
parent 99c2cc5c8e
commit 0639027ac0

View File

@@ -80,7 +80,7 @@
<!-- 查询学院名称列表,用于下拉框 - 只查询学院级别的部门 -->
<select id="selectDeptNameList" resultType="java.util.Map">
select distinct d.dept_id as value, d.dept_name as label
select distinct d.dept_id as value, d.dept_name as label,d.order_num
from sys_dept d
inner join cph_teacher t on d.dept_id = t.dept_id
where d.del_flag = '0' and d.status = '0'