puzhibing
2024-01-30 03f1f3372a10a08f96f3308bfa099e86a55046d0
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/mapper/sys/SysDeptMapper.java
@@ -1,13 +1,14 @@
package com.ruoyi.system.mapper.sys;
import java.util.List;
import com.ruoyi.system.api.domain.poji.sys.SysDept;
import org.apache.ibatis.annotations.Param;
import com.ruoyi.system.api.domain.SysDept;
import java.util.List;
/**
 * 部门管理 数据层
 * 
 * @author ruoyi
 * @author jqs
 */
public interface SysDeptMapper
{
@@ -36,6 +37,16 @@
     */
    public SysDept selectDeptById(Long deptId);
    /**
     * @description  通过微信部门id获取部门
     * @author  jqs
     * @date    2023/8/17 16:21
     * @param wxDeptId
     * @return  SysDept
     */
    SysDept getByWxDeptId(Long wxDeptId);
    /**
     * 根据ID查询所有子部门
     *