minor fix sort list kategori by name

This commit is contained in:
renaldybrada
2026-02-09 09:56:13 +07:00
parent c3e3d0723d
commit 7fe5e37247
+1 -1
View File
@@ -50,7 +50,7 @@ func (r dashboardRepo) GetAntrianPerKategori(c *gin.Context) ([]AntrianPerKatego
},
GroupBy: []string{"dpo.Kategori_operasi", "dko.Kategori"},
Sort: []queryUtils.SortField{
{Column: "dpo.Kategori_operasi", Order: "ASC"},
{Column: "dko.Kategori", Order: "ASC"},
},
}