diff --git a/api/app/lib/controllers/project/index.js b/api/app/lib/controllers/project/index.js index b40dbe0..19acbd8 100644 --- a/api/app/lib/controllers/project/index.js +++ b/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 } })