京粉备注
This commit is contained in:
@@ -17,4 +17,7 @@ public interface CommentRepository extends JpaRepository<Comment, Integer> {
|
||||
|
||||
List<Comment> findByProductIdAndIsUseNotAndPictureUrlsIsNotNull(String productId, Integer isUse);
|
||||
|
||||
List<Comment> findByProductIdAndPictureUrlsIsNotNull(String productId);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user