We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cddf9 commit 6ef8a42Copy full SHA for 6ef8a42
1 file changed
src/main/java/com/Rootin/domain/til/repository/TilRepository.java
@@ -67,6 +67,4 @@ Page<Til> findByFilters(
67
List<PotTilCountProjection> countByPotIdInAndStatus(@Param("potIds") List<Long> potIds, @Param("status") PostStatus status);
68
69
long countByUserIdAndStatus(Long userId, PostStatus status);
70
-
71
- long countByUserIdAndStatusAndPublishedAtBetween(Long userId, PostStatus status, LocalDateTime from, LocalDateTime to);
72
}
0 commit comments