Commit a2b3bb17 authored by macro's avatar macro
Browse files

Update MemberProductCollectionRepository.java

parent a3511312
...@@ -26,7 +26,7 @@ public interface MemberProductCollectionRepository extends MongoRepository<Membe ...@@ -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);
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment