fixing sort antrian per kategori
This commit is contained in:
@@ -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"},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user