시리즈 상세
- 대여가격 70% -> 60%로 수정
This commit is contained in:
@@ -98,8 +98,8 @@ class ContentSeriesService(
|
|||||||
val minMaxPrice = repository.getSeriesContentMinMaxPrice(seriesId = seriesId)
|
val minMaxPrice = repository.getSeriesContentMinMaxPrice(seriesId = seriesId)
|
||||||
val minPrice = minMaxPrice.minPrice
|
val minPrice = minMaxPrice.minPrice
|
||||||
val maxPrice = minMaxPrice.maxPrice
|
val maxPrice = minMaxPrice.maxPrice
|
||||||
val rentalMinPrice = (minMaxPrice.minPrice * 0.7).toInt()
|
val rentalMinPrice = (minMaxPrice.minPrice * 0.6).toInt()
|
||||||
val rentalMaxPrice = (minMaxPrice.maxPrice * 0.7).toInt()
|
val rentalMaxPrice = (minMaxPrice.maxPrice * 0.6).toInt()
|
||||||
|
|
||||||
val seriesContentList = getSeriesContentList(seriesId = seriesId, member = member, offset = 0, limit = 5)
|
val seriesContentList = getSeriesContentList(seriesId = seriesId, member = member, offset = 0, limit = 5)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user