Merge branch 'devops-staging' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend
This commit is contained in:
commit
29def85db0
|
@ -1555,6 +1555,7 @@ export class TransactionService {
|
|||
}
|
||||
|
||||
try {
|
||||
console.log('updatestatustrans', 'update');
|
||||
await this.connection.transaction(async (manager) => {
|
||||
await manager.save(dataTransaction);
|
||||
await manager.save(dataProductHistoryPrice);
|
||||
|
@ -1568,6 +1569,7 @@ export class TransactionService {
|
|||
});
|
||||
});
|
||||
} catch (e) {
|
||||
console.log('errupdatestatus', e);
|
||||
throw e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user