|
@ -305,7 +305,9 @@ async function getLatestDynamic(ctx) { |
|
|
//查项目名称 查用户名
|
|
|
//查项目名称 查用户名
|
|
|
let pepPojectIds = new Set(), notedUserIds = new Set(); |
|
|
let pepPojectIds = new Set(), notedUserIds = new Set(); |
|
|
for (let p of news) { |
|
|
for (let p of news) { |
|
|
|
|
|
if(p.projectCorrelation && p.projectCorrelation.pepProjectId){ |
|
|
pepPojectIds.add(p.projectCorrelation.pepProjectId); |
|
|
pepPojectIds.add(p.projectCorrelation.pepProjectId); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if (p.emailSendLog) { |
|
|
if (p.emailSendLog) { |
|
|
p.emailSendLog.toPepUserIds.map(u => { |
|
|
p.emailSendLog.toPepUserIds.map(u => { |
|
|