diff --git a/login-oauth2-client/src/main/resources/templates/department/user/select-user.html b/login-oauth2-client/src/main/resources/templates/department/user/select-user.html index fe98c310..ec4c3a02 100644 --- a/login-oauth2-client/src/main/resources/templates/department/user/select-user.html +++ b/login-oauth2-client/src/main/resources/templates/department/user/select-user.html @@ -298,7 +298,7 @@ $('#user_'+ userId).addClass('user-selected'); selectDepartmentUserArray.push({ userId: userId, - userName: userName + userName: userName, username: username }); $('#selectUsers').append(''+ userName +' ');