시리즈 상세 #169
| @@ -98,8 +98,8 @@ class ContentSeriesService( | ||||
|         val minMaxPrice = repository.getSeriesContentMinMaxPrice(seriesId = seriesId) | ||||
|         val minPrice = minMaxPrice.minPrice | ||||
|         val maxPrice = minMaxPrice.maxPrice | ||||
|         val rentalMinPrice = (minMaxPrice.minPrice * 0.7).toInt() | ||||
|         val rentalMaxPrice = (minMaxPrice.maxPrice * 0.7).toInt() | ||||
|         val rentalMinPrice = (minMaxPrice.minPrice * 0.6).toInt() | ||||
|         val rentalMaxPrice = (minMaxPrice.maxPrice * 0.6).toInt() | ||||
|  | ||||
|         val seriesContentList = getSeriesContentList(seriesId = seriesId, member = member, offset = 0, limit = 5) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user