wenlele 2 years ago
parent
commit
e1579fbe2b
  1. 4
      api/app/lib/controllers/alarm/app.js

4
api/app/lib/controllers/alarm/app.js

@ -261,6 +261,10 @@ async function apiErrorList (ctx) {
'$app.name$': { $like: `%${keyword}%` }
}
)
} else {
findOption.where['$app->projectCorrelations.id$'] = {
$in: pomsProjectIds
}
}
if (errType) {

Loading…
Cancel
Save