heheng
2025-10-15 a4f1e1a9b97f7606347ba1b6a5c5957c3fc28a59
gkhy-system/src/main/java/com/gkhy/system/mapper/SysDeptMapper.java
@@ -1,6 +1,9 @@
package com.gkhy.system.mapper;
import java.util.Date;
import java.util.List;
import com.gkhy.system.domain.vo.DeptVo;
import org.apache.ibatis.annotations.Param;
import com.gkhy.common.core.domain.entity.SysDept;
@@ -19,6 +22,8 @@
     */
    public List<SysDept> selectDeptList(SysDept dept);
    List<DeptVo> selectDeptData (Date beginDate);
    /**
     * 根据角色ID查询部门树信息
     *