refactor: refs #7457 Added from param if not exists #2502
|
@ -201,7 +201,6 @@ module.exports = Self => {
|
|||
`);
|
||||
pablone marked this conversation as resolved
|
||||
|
||||
stmt.merge(conn.makeWhere(filter.where));
|
||||
stmt.merge(`GROUP BY o.id`);
|
||||
stmt.merge(conn.makePagination(filter));
|
||||
stmts.push(stmt);
|
||||
stmts.push(`SET SESSION optimizer_search_depth = @_optimizer_search_depth`);
|
||||
|
@ -214,7 +213,6 @@ module.exports = Self => {
|
|||
|
||||
const sql = ParameterizedSQL.join(stmts, ';');
|
||||
const result = await conn.executeStmt(sql, myOptions);
|
||||
|
||||
return result[ordersIndex];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
el refactor per a que encara que no poses fecha vaja rapid gracies al limit de salix, he canviat la descripció de la tarea.
En este cas no aplica perque te que calcular tota la llista per a fer el limit,
En una consulta a una taula simple si que funciona