Mobile APi: Investasi

### No Issue
This commit is contained in:
2025-10-31 15:45:07 +08:00
parent a278470dbb
commit 27259cd86c
3 changed files with 142 additions and 11 deletions

View File

@@ -46,12 +46,14 @@ async function GET(request: Request, { params }: { params: { id: string } }) {
MasterPeriodeDeviden: true,
MasterProgresInvestasi: true,
masterStatusInvestasiId: true,
countDown: true,
Investasi_Invoice: {
where: {
statusInvoiceId: "1",
statusInvoiceId: {
in: ["1", "2", "3", "4"],
},
},
},
countDown: true,
},
});