提交 64bf563a 编写于 作者: O o2sword

内容管理文档点赞与评论点赞合并2

上级 c1ff3f3b
......@@ -33,7 +33,7 @@ public class ActionPersistCommend extends BaseAction {
if (comment == null) {
throw new ExceptionEntityNotExist(id, DocumentCommentInfo.class);
}
document = emc.fetch(id, Document.class);
document = emc.fetch(comment.getDocumentId(), Document.class);
if (document == null) {
throw new ExceptionEntityNotExist(comment.getDocumentId(), Document.class);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册