이벤트 조회

- 시작날짜, 종료날짜 추가
This commit is contained in:
2024-10-30 23:28:36 +09:00
parent 116aea3431
commit 85f14edc0a
3 changed files with 9 additions and 0 deletions

View File

@@ -123,6 +123,8 @@ class AudioContentMainService(
it.event!!.detailImage
},
popupImageUrl = null,
startDate = it.event!!.startDate,
endDate = it.event!!.endDate,
link = it.event!!.link,
title = it.event!!.title,
isPopup = false