Fix Admin Menu SDGs Desa & APBdes Desa, Fix UI IMage Layanan Landing Page & Layanan Desa

This commit is contained in:
2025-09-09 17:14:28 +08:00
parent 75475dc62e
commit a9d98895bb
19 changed files with 153 additions and 141 deletions

View File

@@ -26,6 +26,10 @@ export default async function pelayananSuratKeteranganFindMany(context: Context)
skip,
take: limit,
orderBy: { createdAt: 'desc' },
include: {
image: true,
image2: true,
},
}),
prisma.pelayananSuratKeterangan.count({ where }),
]);