test #287
@@ -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