Deskripsi:
- laporan divisi grup
- order by divisi

No Issues
This commit is contained in:
amel
2024-09-25 17:36:08 +08:00
parent 021cb74302
commit 79a487e356
2 changed files with 14 additions and 1 deletions

View File

@@ -77,6 +77,9 @@ export async function GET(request: Request) {
idUser: true
}
}
},
orderBy: {
createdAt: 'desc'
}
});