Menu Landing Page User

Submenu APBDes
This commit is contained in:
2025-08-04 14:46:51 +08:00
parent 9d14bb0c56
commit 73ae198158
6 changed files with 153 additions and 153 deletions

View File

@@ -17,7 +17,7 @@ async function apbdesFindMany(context: Context) {
},
skip,
take: limit,
orderBy: { createdAt: "desc" }, // opsional, kalau mau urut berdasarkan waktu
orderBy: { name: "asc" }, // opsional, kalau mau urut berdasarkan waktu
}),
prisma.aPBDes.count({
where: { isActive: true },