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

[BUG] Post Entity 수정 #63

Closed
Gnu-Kenny opened this issue May 19, 2022 · 0 comments
Closed

[BUG] Post Entity 수정 #63

Gnu-Kenny opened this issue May 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Gnu-Kenny
Copy link
Contributor

🤔 버그 내용

search 기능 작성 중에 Post entity에서 univ_id를 참조해야하는 부분이 있어 최근 회의를 토대로 Post 객체 수정이 필요할 것 같습니다.


🚩 버그 발견 위치

ex) backend/domain/search/service/SearchServiceImpl.java:72:

private void getPostsInUniversity(Long univId, List<Post> searchedPosts, List<Post> searchedPostsInUniv) {
		searchedPosts.forEach(post -> {
			if (Objects.equals(post.getUnivId(), univId)) {
				searchedPostsInUniv.add(post);
			}
		});
	}

⚠ 에러 캡쳐

스크린샷 2022-05-19 오전 9 01 07


🙂 etc

추가적으로 하고 싶은 말!
템플릿 너무 훌륭해요 👍🏻


@Gnu-Kenny Gnu-Kenny added the bug Something isn't working label May 19, 2022
@0BVer 0BVer added this to the 스프린트 4 (~05.28) milestone May 28, 2022
Gnu-Kenny added a commit that referenced this issue May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants