Skip to content

Commit

Permalink
feat : orderRepository.save(transferOrder) 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
WestSilver99 committed Jan 26, 2024
1 parent be8f81d commit 14ba3e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ public void changeStatus() {
product.setProductStatus(ProductStatus.SOLD_OUT);
productService.updateProductForNego(product);

orderRepository.save(transferOrder);

// 해당 상품에 대한 네고들 돌기
for (Nego transferNego : transferNegos) {
// 각 네고의 현재 상태를 확인하고 처리
Expand Down

0 comments on commit 14ba3e0

Please sign in to comment.