未验证 提交 8e1f6546 编写于 作者: S sean1025 提交者: GitHub

Merge pull request #1331 from LiPinghai/hotfix

fix: 排重follow project时使用_id的错误
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册