fixing sort antrian per kategori

This commit is contained in:
renaldybrada
2026-02-06 10:42:27 +07:00
parent 04e739c8cd
commit 1f7a11ea53
+1 -1
View File
@@ -50,7 +50,7 @@ func (r dashboardRepo) GetAntrianPerKategori(c *gin.Context) ([]AntrianPerKatego
}, },
GroupBy: []string{"dpo.Kategori_operasi", "dko.Kategori"}, GroupBy: []string{"dpo.Kategori_operasi", "dko.Kategori"},
Sort: []queryUtils.SortField{ Sort: []queryUtils.SortField{
{Column: "dpo.Kategori_operasi", Order: "DESC"}, {Column: "dpo.Kategori_operasi", Order: "ASC"},
}, },
} }