feat: refs #7134 change index
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
aab595e9dd
commit
aa2f9985cd
|
@ -66,7 +66,7 @@ module.exports = Self => {
|
|||
stmts.push(`DROP TEMPORARY TABLE tmp.supplierStatement`);
|
||||
const sql = ParameterizedSQL.join(stmts, ';');
|
||||
const results = await conn.executeStmt(sql);
|
||||
const resultsIndex = stmts.length - 1;
|
||||
const resultsIndex = stmts.length - 2;
|
||||
const result = results[resultsIndex];
|
||||
return result;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue