heheng
2025-10-24 de7ccc09601007d9fa223755286a106828f01f1c
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查询部门树信息
     *