Commit 082e8470 authored by 陈家荣's avatar 陈家荣

5555

parent e980fa45
......@@ -7,6 +7,7 @@ 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