Compare commits
No commits in common. "5a4be3d2c1ad4863ecf931e7b581d28bccd9db90" and "f39a7681db5a0093de8fcfb31083fa43319342f8" have entirely different histories.
5a4be3d2c1
...
f39a7681db
|
@ -543,7 +543,6 @@ class AudioContentService(
|
|||
}
|
||||
|
||||
val tag = audioContent.audioContentHashTags
|
||||
.filter { it.isActive }
|
||||
.map { it.hashTag!!.tag }
|
||||
.joinToString(" ") { it }
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@ class AudioContentHashTag {
|
|||
|
||||
var createdAt: LocalDateTime? = null
|
||||
|
||||
var isActive: Boolean = true
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
@JoinColumn(name = "content_id", nullable = false)
|
||||
var audioContent: AudioContent? = null
|
||||
|
|
Loading…
Reference in New Issue