test #324
| @@ -262,7 +262,8 @@ class AudioContentQueryRepositoryImpl( | |||||||
|                     audioContent.releaseDate.gt(LocalDateTime.now()), |                     audioContent.releaseDate.gt(LocalDateTime.now()), | ||||||
|                     Expressions.asBoolean(false), |                     Expressions.asBoolean(false), | ||||||
|                     Expressions.asBoolean(false), |                     Expressions.asBoolean(false), | ||||||
|                     audioContent.remaining.loe(0) |                     audioContent.remaining.loe(0), | ||||||
|  |                     audioContent.isPointAvailable | ||||||
|                 ) |                 ) | ||||||
|             ) |             ) | ||||||
|             .from(audioContent) |             .from(audioContent) | ||||||
|   | |||||||
| @@ -21,5 +21,6 @@ data class GetAudioContentListItem @QueryProjection constructor( | |||||||
|     val isScheduledToOpen: Boolean, |     val isScheduledToOpen: Boolean, | ||||||
|     var isRented: Boolean, |     var isRented: Boolean, | ||||||
|     var isOwned: Boolean, |     var isOwned: Boolean, | ||||||
|     var isSoldOut: Boolean |     var isSoldOut: Boolean, | ||||||
|  |     val isPointAvailable: Boolean | ||||||
| ) | ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user