Sinkronisasi UI & API Admin - User Submenu Data Kesehatan Warga

This commit is contained in:
2025-08-18 15:01:39 +08:00
parent 8d15563f15
commit bcc51aec12
16 changed files with 1538 additions and 625 deletions

View File

@@ -16,8 +16,8 @@ export default async function pegawaiFindMany(context: Context) {
image: true,
},
skip,
take: limit,
orderBy: { createdAt: 'desc' },
take: limit,
orderBy: { posisi: { hierarki: 'asc' } },
}),
prisma.pegawaiPPID.count({
where: { isActive: true }