fix(admin-live): 추천 크리에이터 lazy 초기화를 방지한다

This commit is contained in:
2026-06-29 13:19:17 +09:00
parent 1d9f7f0fb6
commit 77b6d3dedb
3 changed files with 170 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ class AdminLiveService(
)
}
@Transactional(readOnly = true)
fun getRecommendCreator(pageable: Pageable): GetAdminRecommendCreatorResponse {
val dateTimeFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm")