dev fix add count
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-04-28 15:07:12 +07:00
parent 99f4db1d76
commit e8bcca6ee0
@@ -247,9 +247,9 @@ public class ViolationService {
} }
return ViolationStatisticsResponse.builder() return ViolationStatisticsResponse.builder()
// .totalViolations(violations.size()) .totalViolations(violations.size())
// .newViolations(newViolations) .newViolations(newViolations)
// .inProgressViolations(inProgressViolations) .inProgressViolations(inProgressViolations)
.resolvedViolations(resolvedViolations) .resolvedViolations(resolvedViolations)
.totalComplaints(totalComplaints) .totalComplaints(totalComplaints)
.totalLawCases(totalLawCases) .totalLawCases(totalLawCases)