Browse Source

fix 状态查询

dev
巴林闲侠 2 years ago
parent
commit
4237144e6a
  1. 10
      api/app/lib/controllers/push/config.js

10
api/app/lib/controllers/push/config.js

@ -12,7 +12,15 @@ async function list (ctx) {
let findOption = {
where: {
del: false
}
},
include: [{
model: models.ProjectCorrelation,
where: {
del: false,
pepProjectId: state == 'notYet' ? { $ne: null } : undefined
},
required: true
}]
}
let anxinStrucsRange = await anxinStrucIdRange({

Loading…
Cancel
Save