parent
5708f4f059
commit
d54f05fa00
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue