7129-fixFilter #2766

Merged
pablone merged 6 commits from 7129-fixFilter into test 2024-07-22 15:52:23 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit c18765f22f - Show all commits

View File

@ -101,10 +101,8 @@ module.exports = Self => {
case 'description':
return {'description': {like: `%${value}%`}};
case 'warehouseFk':
param = `${param}`;
return {[param]: value};
case 'agencyModeFk':
param = `${param}`;
return {[param]: value};
case 'isOk':
return {'isOk': value};