修复环境变量搜索

This commit is contained in:
whyour 2022-01-13 13:15:00 +08:00
parent 6f96900ab9
commit 925819b3aa
2 changed files with 3 additions and 13 deletions

View File

@ -99,10 +99,10 @@ export default class EnvService {
name: reg, name: reg,
}, },
{ {
command: reg, value: reg,
}, },
{ {
schedule: reg, remarks: reg,
}, },
], ],
}; };

View File

@ -76,17 +76,7 @@ export default class OpenService {
condition = { condition = {
...condition, ...condition,
[Op.or]: [ name: reg,
{
name: reg,
},
{
command: reg,
},
{
schedule: reg,
},
],
}; };
} }
try { try {