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

Merge branch 'development' of git.wxpai.cn:scrmgroup/pisns-forum-api into development

Conflicts:
	app/controllers/admin/forumLog.js
parents 65bdc71e 442d731e
......@@ -506,10 +506,7 @@ router.post('/getThreadActionStatistic', function(req, res, next) {
}
});
var getUserID = function(user) {
return user._id;
}
//文章性别统计
//文章性别统计
router.post('/getThreadSexStatistic', function(req, res, next) {
// 1.获取文章的创建日期,和今天的日期,转换成日期数组
var t_id = req.body.t_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