fix: refs #7129 fix return
gitea/salix/pipeline/pr-test There was a failure building this commit
Details
gitea/salix/pipeline/pr-test There was a failure building this commit
Details
This commit is contained in:
parent
c3d3a21b23
commit
c18765f22f
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue