Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/KakaoONna/ONnaBack
Browse files Browse the repository at this point in the history
  • Loading branch information
JjungminLee committed Sep 29, 2023
2 parents f5d366c + 0f36882 commit 82e879e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public class SparkListDto {

Long price;

String placeName;

String detailAddress;

Double lng;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public List<SparkListDto> getList(Pageable pageable, SparkType sparkType,
spark.getRecruitType(),
spark.getPlace().getImg(),
spark.getPrice(),
spark.getPlace().getName(),
spark.getPlace().getDetailAddress(),
spark.getPlace().getLongitude(),
spark.getPlace().getLatitude()
Expand Down

0 comments on commit 82e879e

Please sign in to comment.