学院修改班级
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user