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

refactor: 삭제되지 않은 결과 조회를 위해 isNull 조건 추가 #78

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

belljun3395
Copy link
Collaborator

🎫 연관 이슈

resolved: #77

💁‍♂️ PR 내용

  • 삭제되지 않은 결과 조회를 위해 isNull 조건 추가

🙏 작업

  • 삭제되지 않은 결과 조회를 위해 isNull 조건 추가

🙈 PR 참고 사항

📸 스크린샷

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

@github-actions github-actions bot added the refactor 기존 기능에 대해 개선할 때 사용됩니다. label Jun 22, 2024
Copy link
Member

@hun-ca hun-ca left a comment

Choose a reason for hiding this comment

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

저도 이거 추가해야겠네요.. 모든 쿼리에 일괄적으로 적용될 방법 없을까요? JPA 쓸땐 어노테이션 하나로 됐었는데 ㅠㅠ

@belljun3395 belljun3395 merged commit a56a709 into main Jun 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 기존 기능에 대해 개선할 때 사용됩니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

조회시 DeleteAt이 null인지 확인하는 것을 추가
2 participants