Arreglo de bugs ordes
This commit is contained in:
@@ -402,6 +402,8 @@ export class OrderRepository {
|
||||
client.query<{ id: number, status: string, update_date: string }>(uOrderTracking, vOrderTracking)
|
||||
)
|
||||
|
||||
console.log("updatedOrderResult", updatedOrderResult)
|
||||
|
||||
if (updatedOrderResult.error != undefined) {
|
||||
await client.query("ROLLBACK")
|
||||
client.release()
|
||||
|
||||
Reference in New Issue
Block a user