test #2456

Merged
juan merged 9 commits from test into dev 2024-05-15 06:57:06 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit edb024a1f9 - Show all commits

View File

@ -87,10 +87,6 @@ module.exports = Self => {
const where = filter.where;
where['r.id'] = filter.id;
where.and = [{or: [
{'t.packages': {gt: 0}},
{and: [{'ot.code': 'delivery'}, {'tob.observationTypeFk': {neq: null}}]}
]}];
stmt.merge(conn.makeWhere(filter.where));
stmt.merge(conn.makeGroupBy('t.id'));