专业 学院同步
This commit is contained in:
@@ -169,4 +169,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
#{majorId}
|
||||
</foreach>
|
||||
</delete>
|
||||
|
||||
<select id="selectOldDeptIdByDeptName" resultType="Long">
|
||||
select b.dept_id
|
||||
from sys_dept_map as a
|
||||
left join sys_dept as b on a.old_dept_id = b.dept_id
|
||||
where b.dept_name = #{deptName}
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user