Skip to content

Commit

Permalink
[feat] 일별 통계 API에 쿠폰 상태 변경 서비스 로직 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KwonJuHwan committed Jan 27, 2024
1 parent 884b554 commit 7c0a26c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public ResponseEntity<?> dailyStatisticsSetting(
dailyStatisticsService.updateSales(year,month,day);
dailyStatisticsService.updateCoupon(year,month,day);
dailyStatisticsService.updateSettlement(year,month,day);
dailyStatisticsService.updateCouponStatusStartExposure();



return ResponseEntity.created(URI.create("/")).build();
Expand Down

0 comments on commit 7c0a26c

Please sign in to comment.