Commit 4b53d97b authored by 王波's avatar 王波

暂时恢复login

parent 00fd66a4
......@@ -135,7 +135,10 @@ class UserService extends BaseService {
$set: {
updateTime: Date.now()
},
$push: {}
$push: {},
$inc: {
[`login.${today}`]: 1
}
}
const { tasks } = activityInfo
......
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