This commit is contained in:
ditiqi 2025-03-02 17:45:03 +08:00
parent 887be44edf
commit 2f023de253
1 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,12 @@ export default function MyPathListContainer() {
pageSize: 12,
where: {
type: PostType.PATH,
authorId: user.id,
students: {
some: {
id: user?.id,
},
},
...termsCondition,
...searchCondition,
},