Revert " fix(security): 修复登录时 Collection.size() NPE — Spring Boot 4.0 适配"

This reverts commit 0e69a01120.
This commit is contained in:
wangjian963
2026-06-05 11:48:03 +08:00
parent 0e69a01120
commit b5082c526f
2 changed files with 2 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
<result property="updateTime" column="update_time"/>
<result property="remark" column="remark"/>
<association property="dept" javaType="SysDept" resultMap="deptResult"/>
<collection property="roles" javaType="java.util.List" resultMap="RoleResult" notNullColumn="role_id"/>
<collection property="roles" javaType="java.util.List" resultMap="RoleResult"/>
</resultMap>
<resultMap id="deptResult" type="SysDept">