学院修改班级

This commit is contained in:
zhy
2025-09-18 19:08:26 +08:00
parent 5f0e0f4851
commit cc4f70ec04
2 changed files with 23 additions and 0 deletions

View File

@@ -241,6 +241,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join sys_dept as d on c.college_id = d.dept_id
<where>
<if test="tNo != null and tNo != ''"> and b.employee_id = #{tNo}</if>
<if test="deptId != null"> and c.college_id = #{deptId}</if>
</where>
order by a.class_id desc
</select>