This commit is contained in:
parent
566f03c497
commit
3ac1ce403c
|
@ -100,9 +100,7 @@ module.exports = Self => {
|
|||
}, myOptions);
|
||||
}
|
||||
}
|
||||
|
||||
const query = `CALL vn.ticket_recalc(?)`;
|
||||
const [result] = await Self.rawSql(query, [refundTicket.id]);
|
||||
const query = `CALL vn.ticket_recalc(?)`; await Self.rawSql(query, [refundTicket.id], myOptions);
|
||||
if (tx) await tx.commit();
|
||||
|
||||
return refundTicket;
|
||||
|
|
Loading…
Reference in New Issue