Unverified Commit 8e1f6546 authored by sean1025's avatar sean1025 Committed by GitHub
Browse files

Merge pull request #1331 from LiPinghai/hotfix

fix: 排重follow project时使用_id的错误
parents 144a9167 c793adff
......@@ -590,6 +590,7 @@ class projectController extends baseController {
} else {
follow = follow.map(item => {
item = item.toObject();
item._id = item.projectid
item.follow = true;
return item;
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment