관리자 광고통계, 일별 전체 회원 수
- 날짜 내림차순으로 정렬
This commit is contained in:
@@ -16,7 +16,7 @@ class AdminAdStatisticsService(
|
||||
val startDate = startDateStr.convertLocalDateTime()
|
||||
val endDate = endDateStr.convertLocalDateTime(hour = 23, minute = 59, second = 59)
|
||||
|
||||
val totalCount = repository.getAdStatisticsDataTotalCount()
|
||||
val totalCount = repository.getAdStatisticsDataTotalCount(startDate, endDate)
|
||||
val items = repository.getAdStatisticsDataList(startDate, endDate, offset, limit)
|
||||
|
||||
return GetAdminAdStatisticsResponse(
|
||||
|
Reference in New Issue
Block a user