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

Feature/#261 feature/fix_sort->dev: 주유기록 정렬 수정 #263

Merged

Conversation

gyuturn
Copy link
Contributor

@gyuturn gyuturn commented Feb 21, 2023

🌿 이슈 번호 : #261


📝 PR 유형

  • 새로운 feature 추가
  • feature 수정 (기능 업데이트, 버그 수정 등)
  • 관련 문서 추가
  • 관련 문서 수정

🧑‍💻 작업 내용

  • 주유소 정렬시 같은날짜인경우 최신정렬이 되지 않는 로직을 수정했습니다.

❗️ 리뷰어는 여기에 집중해주세요!

  • Localdate기준으로 정렬하면 위의 오류가 발생합니다.
  • 그렇기에 auto increment인 Pk를 사용해서 정렬을 하였습니다.
  • 오히려 더 좋은 성능을 추구할 수 있어 좋은 방법이 된것 같습니다.

🏃‍♂️ 다음 작업 계획

  • 노션 정리 및 개발 작업 문서화

기타 사항

  • 언제든 의논 후 PR template 양식을 수정하고 싶어요.

@gyuturn gyuturn added the backend 백엔드 관련 이슈 입니다. label Feb 21, 2023
@gyuturn gyuturn requested a review from ajongs February 21, 2023 09:00
@ajongs
Copy link
Contributor

ajongs commented Feb 21, 2023

localdatetime으로 바꾸는 방법보다 효과적으로 보이네용~

@ajongs ajongs merged commit 3e6f77f into softeerbootcamp:dev Feb 21, 2023
Copy link
Contributor

@ajongs ajongs left a comment

Choose a reason for hiding this comment

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

Comment on lines +20 to 22
"where user_no = :userNo \n" +
"order by ugr.user_gas_record_no DESC")
List<UserGasRecord> findGasRecordListByUserId(@Param("userNo") Long userNo);
Copy link
Contributor

Choose a reason for hiding this comment

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

같이 해결했으니 가볍게 리뷰합니다~

@gyuturn gyuturn self-assigned this Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 관련 이슈 입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants