Commit fca1405a authored by 刘文胜's avatar 刘文胜

111

parent 15fb7843
......@@ -63,7 +63,7 @@ router.get('/moderators/plates', function(req, res, next) {
q.status=1;
q.ent_code = entCode;
q.forumUser=id;
ForumModeratorApply.find(q).exec(function(err,result){
ForumModeratorApply.findOne(q).exec(function(err,result){
if(err){
return res.json(returnCode.BUSY);
}
......
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