接口修正、成就修正、学习记录修正
This commit is contained in:
@@ -111,6 +111,15 @@
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 根据部门ID获取部门路径(不带权限过滤,仅用于构建子部门路径) -->
|
||||
<select id="getDeptPathByDeptId" resultType="java.lang.String">
|
||||
SELECT dept_path
|
||||
FROM tb_sys_dept
|
||||
WHERE dept_id = #{deptId}
|
||||
AND deleted = 0
|
||||
LIMIT 1
|
||||
</select>
|
||||
|
||||
<!-- 根据部门ID查询部门信息(包含父部门信息) -->
|
||||
<select id="selectDeptWithParent" resultMap="BaseResultMap">
|
||||
SELECT
|
||||
|
||||
Reference in New Issue
Block a user