Skip to content

Commit

Permalink
feat : 네고 2번 이상 => 양도거절 => 네고취소
Browse files Browse the repository at this point in the history
  • Loading branch information
WestSilver99 committed Jan 26, 2024
1 parent e15515a commit d2d1b5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public NegoResponse denyHandoverProduct(Long productId, PrincipalDetails princip
if (nego.getCount() < 2) {
nego.setStatus(NegotiationStatus.NEGOTIATING);
} else {
nego.setStatus(NegotiationStatus.NEGOTIATION_COMPLETED);
nego.setStatus(NegotiationStatus.NEGOTIATION_CANCELLED);
}
nego.setConsent(Boolean.FALSE);
nego.setExpirationTime(LocalDateTime.now());
Expand Down

0 comments on commit d2d1b5a

Please sign in to comment.