xiangpei
2024-11-21 93681ca68a83ec3e071b2f85f7ed6449509a1dfb
system/src/main/resources/mapper/system/SysRoleDeptMapper.xml
@@ -2,9 +2,9 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.hnct.system.mapper.SysRoleDeptMapper">
<mapper namespace="com.ycl.system.mapper.SysRoleDeptMapper">
   <resultMap type="com.hnct.system.domain.SysRoleDept" id="SysRoleDeptResult">
   <resultMap type="SysRoleDept" id="SysRoleDeptResult">
      <result property="roleId"     column="role_id"      />
      <result property="deptId"     column="dept_id"      />
   </resultMap>