Lotte-Feelmycode / the-parabole-market

6 stars 1 forks source link

[feature/order] 주문 정보 가져오는 부분 수정 및 enum에서 Integer값을 가져오고 저장하도록 변경 #218

Closed chd830 closed 1 year ago

chd830 commented 1 year ago

개요

enum을 저장할 때 index0부터 들어가는데 음수 값을 넣어야 하기 때문에 Integer로 수정하는 작업 수행

작업한 내용

  1. Change Enum to Integer
  2. 사용자의 id를 통해서 주문정보를 가져오고 그 주문에 일치하는 상세주문을 가져오는 부분으로 수정

테스트 결과

image

이슈번호

[#176]