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

View File

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