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