sfd
2025-05-26 2a64b537e8e3bce9ce030585a3da17d48379c0ad
aps-modules/aps-system/src/main/resources/mapper/system/SysRoleDeptMapper.xml
@@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.aps.system.mapper.SysRoleDeptMapper">
   <resultMap type="SysRoleDept" id="SysRoleDeptResult">
   <resultMap type="com.aps.system.domain.SysRoleDept" id="SysRoleDeptResult">
      <result property="roleId"     column="role_id"      />
      <result property="deptId"     column="dept_id"      />
   </resultMap>