Skip to content

Commit

Permalink
bug: 用户组织架构新增线一级别组织层级,用户信息获取逻辑未更新导致部分组织架构校验逻辑校验失败 #9967
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Jan 29, 2024
1 parent c21c686 commit 88e88bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ data class UserDeptDetail(
@ApiModelProperty("用户ID")
val userId: String? = null,
@ApiModelProperty("用户名称")
val name: String? = null,
var name: String? = null,
@ApiModelProperty("部门及以上层级")
val deptInfos: List<DeptInfo>? = emptyList()
)

0 comments on commit 88e88bf

Please sign in to comment.