@@ -112,7 +112,6 @@ public class ReportService {
.build());
});
-
List<TbVmsCtlrSttsHs> vmsError = this.vmsSttsHsRepo.findAllReportError(fromDt, toDt);
vmsError.forEach(obj -> {
result.add(ReportFacilityErrorDto.builder()