sfd
2025-05-21 ba7f3dfe34b3d5c94d4cc9d2016130fec31a32eb
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>