xiangpei
2025-03-09 203acef84d19ffc01bc8d5dd8ef85f90ba400f5c
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>