Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
a2b3bb17
Commit
a2b3bb17
authored
May 09, 2023
by
macro
Browse files
Update MemberProductCollectionRepository.java
parent
a3511312
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/repository/MemberProductCollectionRepository.java
View file @
a2b3bb17
...
...
@@ -26,7 +26,7 @@ public interface MemberProductCollectionRepository extends MongoRepository<Membe
Page
<
MemberProductCollection
>
findByMemberId
(
Long
memberId
,
Pageable
pageable
);
/**
* 根据会员ID删除录
* 根据会员ID删除
记
录
*/
void
deleteAllByMemberId
(
Long
memberId
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment