Repick-official / repick-server-v2

🌏 지속가능한 패션문화, Repick 🌏
3 stars 0 forks source link

feature: return/kg sell for rejected or expired products #133

Closed hyunihs closed 2 months ago

hyunihs commented 2 months ago

리젝 또는 판매 만료 상품에 대한 처리

상품 리턴 상태 변경 API

스크린샷 2024-08-10 오후 6 00 57

관리자 유저 상품 현황 API 변경

스크린샷 2024-08-10 오후 5 50 45
mushroom1324 commented 2 months ago

머지 작업 후 기존 데이터에 추가적 필드를 넣어줘야 할 것 같습니다

.LocalDateTime.toLocalDate()" because the return value of "com.example.repick.domain.clothingSales.entity.ClothingSales.getSalesStartDate()" is null
java.lang.NullPointerException: Cannot invoke "java.time.LocalDateTime.toLocalDate()" because the return value of "com.example.repick.domain.clothingSales.entity.ClothingSales.getSalesStartDate()" is null

판매 시작한 옷장 정리 데이터에 salesStartDate를 넣어주면 될 것 같군요

hyunihs commented 2 months ago

머지 작업 후 기존 데이터에 추가적 필드를 넣어줘야 할 것 같습니다

.LocalDateTime.toLocalDate()" because the return value of "com.example.repick.domain.clothingSales.entity.ClothingSales.getSalesStartDate()" is null
java.lang.NullPointerException: Cannot invoke "java.time.LocalDateTime.toLocalDate()" because the return value of "com.example.repick.domain.clothingSales.entity.ClothingSales.getSalesStartDate()" is null

판매 시작한 옷장 정리 데이터에 salesStartDate를 넣어주면 될 것 같군요

맞아요 머지하고 작업 예정이었습니다!