This commit is contained in:
2025-12-01 09:06:35 +07:00
parent f2d988681a
commit d7c19bbc5b

View File

@@ -120,7 +120,7 @@ export class BudgetExpenseService {
const sqlUpdatePrj = `
UPDATE ${database}.prjmst
SET prjacpbdg = $1,
prjcomstt = $2,
prjcomstt = $2
WHERE prjseq = $3
`;
await client.query(sqlUpdatePrj, [formattedTotal, projectStatus, projectSeq]);