diff --git a/svc/routes/product_images.go b/svc/routes/product_images.go index 61d3f77..46156fa 100644 --- a/svc/routes/product_images.go +++ b/svc/routes/product_images.go @@ -210,8 +210,7 @@ WHERE typ='img' query += ` ORDER BY COALESCE(sort_order,999999), - zlins_dttm DESC, - id DESC` + id` rows, err := pg.Query(query, args...) if err != nil {