|
|
@@ -53,7 +53,7 @@ public class StatisticService {
|
|
|
long policy = policyLawRepo.countByCategory(ResourceCategory.POLICY);
|
|
|
long law = policyLawRepo.countByCategory(ResourceCategory.LAW);
|
|
|
long intellectualProperty = intellectualPropertyRepo
|
|
|
- .countAllByCreatedAtBefore(LocalDateTime.of(2022, 10, 1, 0, 0));
|
|
|
+ .countAllByCreatedAtAfter(LocalDateTime.of(2022, 10, 1, 0, 0));
|
|
|
long technology = digitalRepo.countByType(DigitalType.TECHNOLOGY);
|
|
|
long product = digitalRepo.countByType(DigitalType.PRODUCT);
|
|
|
long company = companyRepo.count();
|