test #287

Merged
klaus merged 3 commits from test into main 2025-03-17 05:54:05 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d54f05fa00 - Show all commits

View File

@ -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(