Commit 5405131b authored by 陈家荣's avatar 陈家荣

gggg

parent f5588b97
......@@ -44,7 +44,7 @@ exports.updateCommentById=function(cid,status,callback){
});
};
//根据ID更新评论
//根据ID删除评论
exports.deleteCommentById=function(cid,callback){
ForumComment.remove({ _id: cid},function(err,result){
if (err) {
......
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