From 309d2235b15cbb6efdb3f975e69bce1a213fe5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=89=E1=85=B5=E1=86=AB=E1=84=92=E1=85=B4=E1=84=89?= =?UTF-8?q?=E1=85=A5=E1=86=BC?= Date: Fri, 26 Apr 2024 12:30:26 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=95=84=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EB=93=B1=EB=A1=9D=EC=8B=9C=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=EB=90=9C=20=EC=BB=AC=EB=9F=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gsmNetworking/domain/user/service/impl/UserService.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/team/themoment/gsmNetworking/domain/user/service/impl/UserService.kt b/src/main/kotlin/team/themoment/gsmNetworking/domain/user/service/impl/UserService.kt index 611f29ea..3464ac5e 100644 --- a/src/main/kotlin/team/themoment/gsmNetworking/domain/user/service/impl/UserService.kt +++ b/src/main/kotlin/team/themoment/gsmNetworking/domain/user/service/impl/UserService.kt @@ -119,7 +119,11 @@ class UserService( email = user.email, phoneNumber = user.phoneNumber, snsUrl = user.snsUrl, - profileUrl = profileUrl + profileUrl = profileUrl, + defaultImgNumber = user.defaultImgNumber, + boards = user.boards, + comments = user.comments, + likes = user.likes ) userRepository.save(userUpdatedProfileUrl)