We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
리팩토링 설명
auctionPostId
추가 설명 경매 시작 시 상태 변경 스케줄러가 작동할때 auctionUuid로 경매글을 조회하여 업데이트합니다. 그런데 auctionPostId로 조회하는 쿼리도 함께 날라갑니다.
auctionUuid
The text was updated successfully, but these errors were encountered:
No branches or pull requests
리팩토링 설명
auctionPostId
로 경매글 조회하는 쿼리 발생하지 않도록 수정하기추가 설명
경매 시작 시 상태 변경 스케줄러가 작동할때
auctionUuid
로 경매글을 조회하여 업데이트합니다.그런데
auctionPostId
로 조회하는 쿼리도 함께 날라갑니다.The text was updated successfully, but these errors were encountered: