8713-testToMaster #3523

Merged
alexm merged 383 commits from 8713-testToMaster into master 2025-03-04 06:52:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 65a6174e2b - Show all commits

View File

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