upd: template surat

This commit is contained in:
2025-12-23 17:50:01 +08:00
parent 777f2c04f1
commit 8bafb88086
13 changed files with 107 additions and 95 deletions

View File

@@ -333,6 +333,8 @@ const PelayananRoute = new Elysia({
.sort((a, b) => a.order - b.order)
.map(({ order, ...rest }) => rest); // hapus order
console.log(dataTextFix)
const dataHistory = await prisma.historyPelayanan.findMany({
where: {
idPengajuanLayanan: data?.id,