Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -210,8 +210,7 @@ WHERE typ='img'
|
|||||||
query += `
|
query += `
|
||||||
ORDER BY
|
ORDER BY
|
||||||
COALESCE(sort_order,999999),
|
COALESCE(sort_order,999999),
|
||||||
zlins_dttm DESC,
|
id`
|
||||||
id DESC`
|
|
||||||
|
|
||||||
rows, err := pg.Query(query, args...)
|
rows, err := pg.Query(query, args...)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user