Skip to content

Commit

Permalink
fix get all orders query
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Sep 24, 2024
1 parent b9cc27d commit 7c2b883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from Orders o
o.Created,
o.Updated,
o.TrackingCode,
c.Id,
o.CustomerId as Id,
p.Id,
p.OrderId,
oi.ProductId,
Expand Down

0 comments on commit 7c2b883

Please sign in to comment.