xuhy
2024-12-06 d7efbb2b6bae17334c3f8dbdb706813e1ad738b5
ruoyi-system/src/main/resources/mapper/system/SysRoleDeptMapper.xml
@@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.SysRoleDeptMapper">
   <resultMap type="SysRoleDept" id="SysRoleDeptResult">
   <resultMap type="com.ruoyi.system.domain.SysRoleDept" id="SysRoleDeptResult">
      <result property="roleId"     column="role_id"      />
      <result property="deptId"     column="dept_id"      />
   </resultMap>