-comma
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user