test #324
|
@ -124,7 +124,8 @@ class ContentSeriesContentQueryRepositoryImpl(
|
|||
audioContent.duration,
|
||||
audioContent.price,
|
||||
Expressions.asBoolean(false),
|
||||
Expressions.asBoolean(false)
|
||||
Expressions.asBoolean(false),
|
||||
audioContent.isPointAvailable
|
||||
)
|
||||
)
|
||||
.from(seriesContent)
|
||||
|
|
|
@ -15,5 +15,6 @@ data class GetSeriesContentListItem @QueryProjection constructor(
|
|||
val duration: String,
|
||||
val price: Int,
|
||||
var isRented: Boolean,
|
||||
var isOwned: Boolean
|
||||
var isOwned: Boolean,
|
||||
val isPointAvailable: Boolean
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue