Skip to content

Commit

Permalink
fix : query 수정 (coupon 이 없는 경우 해당 user 를 찾지 못하는 현상)
Browse files Browse the repository at this point in the history
feat : api 호출 시 조회되는 coupon amount 를 fetch 로 조회하여 stream 으로 수량 계산
  • Loading branch information
mingj7235 committed May 12, 2023
1 parent bca4f9c commit 170b3d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.springframework.web.method.HandlerMethod;
import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework.web.servlet.ModelAndView;
import webling.coffee.backend.domain.coupon.entity.Coupon;
import webling.coffee.backend.domain.user.entity.User;
import webling.coffee.backend.domain.user.service.core.UserService;
import webling.coffee.backend.global.annotation.AuthRequired;
Expand Down

0 comments on commit 170b3d4

Please sign in to comment.