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/161-orders-get] 주문 화면 조회 #178

Merged
merged 6 commits into from
Mar 14, 2023

Conversation

chaerlo127
Copy link
Member

📚 이슈 번호

#161

💬 기타 사항

  • none

@chaerlo127 chaerlo127 added the 🍰 feature 새로운 기능 추가 label Mar 14, 2023
@chaerlo127 chaerlo127 added this to the 3차 Sprint milestone Mar 14, 2023
@chaerlo127 chaerlo127 self-assigned this Mar 14, 2023
@chaerlo127 chaerlo127 added 🔨 fix 버그 해결 🐳 CI/CD CI/CD 🍊 sprint #3 3차 Sprint and removed 🐳 CI/CD CI/CD labels Mar 14, 2023
Copy link
Member

@psyeon1120 psyeon1120 left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Member

@JoongHyun-Kim JoongHyun-Kim left a comment

Choose a reason for hiding this comment

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

✨🤍

@@ -48,7 +54,7 @@ public void cancelOrder(Long userIdx, Long orderIdx) throws BaseException{

// [판매자] 주문 상태 변경
public void changeOrderStatus(Long userIdx, PatchOrderStatusReq patchOrderStatusReq) throws BaseException{
User user = userRepository.findByUserIdxAndStatusEquals(userIdx, ACTIVE_STATUS).orElseThrow(() -> new BaseException(INVALID_USER_AND_STATUS));
User user = userRepository.findByUserIdxAndStatusEquals(userIdx, ACTIVE_STATUS).orElseThrow(() -> new BaseException(INVALID_USER_IDX));
Copy link
Member

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋㅋㅋㅋ감사해유,,🫶

Comment on lines 16 to 19
Long storeIdx;
String storeName;
String accountName;
String storeAccount;
Copy link
Member

Choose a reason for hiding this comment

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

hoxy 이 4개 컬럼은 반복으로 출력되니까 List말고 따로 주는 건 어때용

Copy link
Member

Choose a reason for hiding this comment

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

저도 그게 더 좋을 것 같아용

Copy link
Member

@sojungpp sojungpp left a comment

Choose a reason for hiding this comment

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

수고하셨슴다샘😽

@chaerlo127 chaerlo127 merged commit 309f627 into develop-sprint-3 Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍰 feature 새로운 기능 추가 🔨 fix 버그 해결 🍊 sprint #3 3차 Sprint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants