feat(home): 응원 크리에이터 집계 쿼리를 변경한다

This commit is contained in:
2026-07-10 06:05:37 +09:00
parent c9e35f2ed4
commit 4f348c3643
4 changed files with 78 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ import javax.persistence.JoinColumn
import javax.persistence.ManyToOne
@Entity
data class UseCanCalculate(
class UseCanCalculate(
val can: Int,
@Column(nullable = false)