Commit cfcbd408 authored by Hsinli's avatar Hsinli

addd

parent 9bff2398
Pipeline #8700 passed with stage
in 4 seconds
......@@ -106,7 +106,7 @@ class CollectionService extends Service {
limit: 50,
where: {
state: 1,
user_id: 1,
user_id: ctx.userId,
created_at: { $gt: endDate },
},
order: [['created_at', 'desc']]
......
Markdown is supported
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