zhanghl
2025-05-20 6cd496d3b3321e8d33d9c528892c2efdd8a7a3dc
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>