Skip to content

Commit

Permalink
[Feat] journal 조회 시 보험사가 조회되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
iiqcov committed Sep 6, 2024
1 parent 66b741b commit af3eecb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class JournalListDto {

public JournalListDto(Journal journal) {
this.imageUrl = journal.getJournalImages().get(0).getImageUrl();
this.insuranceCompany = journal.getInsuranceName();
this.insuranceCompany = journal.getInsuranceCompany();
this.shortContent = journal.getContent();
}

Expand Down

0 comments on commit af3eecb

Please sign in to comment.