Browse Source

删除无用的传参

RuoYi 2 years ago
parent
commit
2cb417dab2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 2 - 2
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -26,8 +26,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 		<result property="updateBy"      column="update_by"       />
 		<result property="updateTime"    column="update_time"     />
 		<result property="remark"        column="remark"          />
-		<association property="dept"     column="dept_id" javaType="SysDept" resultMap="deptResult" />
-		<collection  property="roles"   javaType="java.util.List"        resultMap="RoleResult" />
+		<association property="dept"     javaType="SysDept"         resultMap="deptResult" />
+		<collection  property="roles"    javaType="java.util.List"  resultMap="RoleResult" />
 	</resultMap>
 	
 	<resultMap id="deptResult" type="SysDept">