zhanghl
2025-05-24 c8186945347d0d5925eda5f1e032c91bcbb18bb4
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>