Commit 5c36990a authored by vicotor's avatar vicotor

update log

parent 5ec57cea
...@@ -57,7 +57,7 @@ func (s *Idx) Idx(page []UserTask) (bool, *list.List) { ...@@ -57,7 +57,7 @@ func (s *Idx) Idx(page []UserTask) (bool, *list.List) {
match := false match := false
for ik, iv := range s.idx { for ik, iv := range s.idx {
if v.UserId == iv.UserId { if v.UserId == iv.UserId {
slog.Info("Idx", "pageIndex", k, "pageUserId", v.UserId, "idxIndex", ik, "idxUserId", iv.UserId) //slog.Info("Idx", "pageIndex", k, "pageUserId", v.UserId, "idxIndex", ik, "idxUserId", iv.UserId)
match = true match = true
break break
_, _ = k, ik _, _ = k, ik
......
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