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