Commit 1e4c5a9c authored by 刘文胜's avatar 刘文胜

1111

parent b95efeaa
......@@ -27,7 +27,7 @@ module.exports = function(app) {
function moderatorOperateLog(forumUser,thread,type){
var ent_code= thread.ent_code;
var forumModerator = new ForumModerator({
ent_code:ent_code
ent_code:ent_code,
info:thread.info,
userName:thread.from.nickName || thread.from.displayName,
content:thread._id,
......
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