京粉备注

This commit is contained in:
雷欧(林平凡)
2025-05-09 09:47:45 +08:00
parent 358258ab66
commit 29ef2d2968
2 changed files with 14 additions and 2 deletions

View File

@@ -17,4 +17,7 @@ public interface CommentRepository extends JpaRepository<Comment, Integer> {
List<Comment> findByProductIdAndIsUseNotAndPictureUrlsIsNotNull(String productId, Integer isUse);
List<Comment> findByProductIdAndPictureUrlsIsNotNull(String productId);
}