accountbalacne

This commit is contained in:
苏尹岚
2020-10-20 10:34:35 +08:00
parent adf90f21e0
commit ac20216437
9 changed files with 33 additions and 109 deletions

View File

@@ -26,6 +26,8 @@ func Init() {
func doDailyWork() {
globals.SugarLogger.Debug("doDailyWork")
//刷新任务过期状态
cms.RefreshJobStatus(jxcontext.AdminCtx)
//刷新用户会员时间
cms.RefreshUserMemberStatus(jxcontext.AdminCtx)
}