Skip to content

Commit 939fe03

Browse files
committed
fix: 코드 수정
1 parent 1cc7ad2 commit 939fe03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/dmu/dasom/api/domain/executive/entity/ExecutiveEntity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public ExecutiveResponseDto toResponseDto() {
7676
.role(this.role)
7777
.github_username(this.githubUsername)
7878
.team(this.team)
79+
.sortOrder(this.sortOrder)
7980
.build();
8081
}
8182

@@ -88,6 +89,7 @@ public ExecutiveListResponseDto toListResponseDto() {
8889
.role(this.role)
8990
.github_username(this.githubUsername)
9091
.team(this.team)
92+
.sortOrder(this.sortOrder)
9193
.build();
9294
}
9395
}

0 commit comments

Comments
 (0)