delete comments
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
426249f9bf
commit
e9f408d5ba
|
@ -161,9 +161,7 @@ module.exports = Self => {
|
|||
stmt.merge(conn.makeGroupBy('b.entryFk'));
|
||||
stmt.merge(conn.makeOrderBy('t.landed DESC'));
|
||||
stmt.merge(conn.makeLimit(filter));
|
||||
// stmts.push(stmt);
|
||||
|
||||
// stmt.merge(conn.makeSuffix(filter));
|
||||
let itemsIndex = stmts.push(stmt) - 1;
|
||||
|
||||
let sql = ParameterizedSQL.join(stmts, ';');
|
||||
|
|
Loading…
Reference in New Issue