Skip to content

Commit

Permalink
update IMS product select order
Browse files Browse the repository at this point in the history
  • Loading branch information
WSL0809 committed May 15, 2024
1 parent c1bc443 commit 7e2cc0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/IMS/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ async def get_all_logs(
from log
left join public.users u on log.user_id = u.id
left join public.product p on log.product_id = p.id
order by log.timestamp desc
offset :skip limit :page_size
"""
)
Expand Down

0 comments on commit 7e2cc0d

Please sign in to comment.