Commit a332f2303b54ebe1c37ece9fa5ad9e08ea6b4a84
1 parent
e45c12a8
Exists in
master
提交
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
src/HttpServer/jsonconf/jsonconf.go
src/HttpServer/logic/function.go
... | ... | @@ -108,6 +108,8 @@ func (uinfo *UserData) CalcTaskList(list *TaskList, uniqueid string) *TaskList { |
108 | 108 | continue |
109 | 109 | } |
110 | 110 | |
111 | + logger.Info("CalcTaskList task=%+v",cfg) | |
112 | + | |
111 | 113 | if cfg.TaskType == DAILY_TASKTYPE_LOGIN { |
112 | 114 | nowloginday := time.Now().Day() |
113 | 115 | lasttime := time.Unix(int64(uinfo.LastLoginTime), 0) | ... | ... |