This commit is contained in:
苏尹岚
2020-11-23 17:04:28 +08:00
parent 04d3483b06
commit b25c14cb88
4 changed files with 27 additions and 6 deletions

View File

@@ -3,6 +3,8 @@ package misc
import (
"time"
"git.rosy.net.cn/jx-callback/business/jxstore/event"
"git.rosy.net.cn/jx-callback/business/jxstore/cms"
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
@@ -29,6 +31,8 @@ func doDailyWork() {
cms.RefreshJobStatus(jxcontext.AdminCtx)
//刷新用户会员时间
cms.RefreshUserMemberStatus(jxcontext.AdminCtx)
//删除聊天记录
event.DeleteMessageRecord(jxcontext.AdminCtx)
}
// 按时间序列循环