Commit b50a286f authored by 陈家荣's avatar 陈家荣

66

parent 082e8470
......@@ -7,7 +7,6 @@ var then = require('thenjs');
//创建或更新论坛行为限制
exports.createOrUpdateLimitActionRef=function(conditions,entity,callback){
console.log(entity);
ForumLimitActionRef.findOneAndUpdate(conditions, {
limit_actions: entity.limit_actions
}, function(err, doc) {
......
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