@@ -63,9 +63,7 @@ public class ViolationHandler implements RequestHandler {
|
||||
.msgId(request.getMsgId())
|
||||
.messageBody(groupedData)
|
||||
.build();
|
||||
}
|
||||
// Пагинация
|
||||
else {
|
||||
} else {
|
||||
Page<Violation> violationPage;
|
||||
|
||||
if (startDate != null && endDate != null) {
|
||||
|
||||
Reference in New Issue
Block a user