From c0f5ee9932e323fbc8e4662c91b87164fd9c460e Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Wed, 9 Nov 2022 17:09:25 +0800 Subject: [PATCH] =?UTF-8?q?ProjectCorrelation=20=E5=B7=B2=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E7=9A=84=E7=9B=B8=E5=85=B3=E9=A1=B9=E4=BC=81=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E4=BE=9D=E7=84=B6=E5=8F=AF=E4=BB=A5=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/controllers/project/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } })