ZQN
2024-06-19 d21773b0d86197d133ef4b16fe366232c345c665
project-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -156,4 +156,7 @@
      update sys_dept set del_flag = '2' where dept_id = #{deptId}
   </delete>
   <select id="getApplyDeptIdsByLoginUserId" resultType="Long">
      select dept_id from sys_user_dept where user_id = #{userId}
   </select>
</mapper>