Update MemberProductCollectionRepository.java
This commit is contained in:
@@ -26,7 +26,7 @@ public interface MemberProductCollectionRepository extends MongoRepository<Membe
|
|||||||
Page<MemberProductCollection> findByMemberId(Long memberId, Pageable pageable);
|
Page<MemberProductCollection> findByMemberId(Long memberId, Pageable pageable);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据会员ID删除录
|
* 根据会员ID删除记录
|
||||||
*/
|
*/
|
||||||
void deleteAllByMemberId(Long memberId);
|
void deleteAllByMemberId(Long memberId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user