Quit clogs
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
b71b959b49
commit
0732ff38b1
|
@ -36,7 +36,6 @@ module.exports = Self => {
|
|||
FROM travel t
|
||||
WHERE t.agencyFk = ? LIMIT 50)`, [agencyModeFk]);
|
||||
stmts.push(stmt);
|
||||
console.log(stmts);
|
||||
|
||||
stmt = new ParameterizedSQL(`SELECT t.id, t.warehouseInFk, t.warehouseOutFk,
|
||||
(SELECT ROUND(AVG(DATEDIFF(t.landed, t.shipped )))
|
||||
|
@ -53,7 +52,6 @@ module.exports = Self => {
|
|||
let result = await conn.executeStmt(sql);
|
||||
|
||||
avgDays = result[resultAvgDays];
|
||||
console.log(avgDays);
|
||||
return avgDays;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue