疯狂的狮子li
2023-03-31 df38aad2b56c0f80059e2ae3417182b57926783d
ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -2,9 +2,9 @@
<!DOCTYPE mapper
        PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
        "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.SysDeptMapper">
<mapper namespace="org.dromara.system.mapper.SysDeptMapper">
    <resultMap type="com.ruoyi.system.domain.vo.SysDeptVo" id="SysDeptResult">
    <resultMap type="org.dromara.system.domain.vo.SysDeptVo" id="SysDeptResult">
    </resultMap>
    <select id="selectDeptList" resultMap="SysDeptResult">