Browse Source

ProjectCorrelation 已删除的相关项企项目依然可以选择绑定

dev
巴林闲侠 2 years ago
parent
commit
c0f5ee9932
  1. 3
      api/app/lib/controllers/project/index.js

3
api/app/lib/controllers/project/index.js

@ -137,7 +137,8 @@ async function projectPManage (ctx) {
const bindedPRes = await models.ProjectCorrelation.findAll({
where: {
pepProjectId: { $ne: null }
pepProjectId: { $ne: null },
del: false
}
})

Loading…
Cancel
Save