service/resend.go
@@ -20,7 +20,11 @@ var cacheMod models.Cache total, _ := cacheMod.Count() logger.Debug("Start resend task. cache len:%d", total) if total == 0 { return } logger.Info("Start resend task. cache len:%d", total) for i := 0; i < int(total); i++ { var c models.Cache