From c979f31819ff4cc27a694bdf5db8487bc3c8e979 Mon Sep 17 00:00:00 2001 From: M_Kececi Date: Mon, 16 Mar 2026 01:18:54 +0300 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- svc/routes/product_images.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {