8713-testToMaster #3523
|
@ -38,7 +38,7 @@ module.exports = Self => {
|
||||||
// const conn = Self.dataSource.connector;
|
// const conn = Self.dataSource.connector;
|
||||||
// const stmts = [];
|
// const stmts = [];
|
||||||
try {
|
try {
|
||||||
const ticketsIds = tickets.map(({id}, index) => id);
|
const ticketsIds = tickets.map(({ticketFk}, index) => ticketFk);
|
||||||
const ticketsCount = await Self.rawSql(`
|
const ticketsCount = await Self.rawSql(`
|
||||||
Select t.id tid, s.id sid, count(s.id) count from
|
Select t.id tid, s.id sid, count(s.id) count from
|
||||||
vn.ticket t
|
vn.ticket t
|
||||||
|
|
Loading…
Reference in New Issue