Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] 지원서 개별 조회 API #103

Merged
merged 6 commits into from
Sep 16, 2023
Merged

Conversation

Seokyeong237
Copy link
Member

📌 Related Issue

🧾 Describe your changes

  1. 지원서 개별 조회 API를 구현하였습니다.
  2. 지원서 조회를 함수화하였습니다.

📚 Etc

public ApplicationGetResponseDto getDetailApplication(Long applicationId) {
Application application = getApplication(applicationId);

List<ApplicationChildResponseDto> applicationChild = applicationChildRepository.findByApplicationId(applicationId).stream()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

findByApplicationIdOrderByCreatedAt으로 바꿔주세요! (혹시 모르니까,,)

@Seokyeong237 Seokyeong237 merged commit 5da76ab into develop Sep 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 개별 지원서 상세조회 API
2 participants