ltkj-system/src/main/java/com/ltkj/system/mapper/SysDeptMapper.java
@@ -5,6 +5,7 @@ import java.util.Map; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ltkj.common.core.domain.TreeSelect; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import com.ltkj.common.core.domain.entity.SysDept; @@ -25,6 +26,10 @@ */ public List<SysDept> selectDeptList(SysDept dept); @Select("SELECT * FROM v_tj_deptpro") public List<SysDept> selectDeptTreeList1(); /** * 根据角色ID查询部门树信息 *