by Robin at 20240604

This commit is contained in:
Leufolium 2024-06-04 17:03:14 +08:00
parent 10636fa6a4
commit 84c371ca33
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ func (s *StreamerRecommService) push() error {
list := make([]int64, 0)
for i := len(s.scorelist) - 1; i >= 0; i-- {
v := s.scorelist[i]
logger.Info("%v得分:%v %v %v %v %v %v %v", v.Mid, v.Score, v.ZoneMomentCountInThreeDays, v.ZoneMomentCountInAMonth, v.IncomeInAWeek, v.NewZoneMemberCountInThreeDays, v.NewZoneMemberCountInAMonth, v.MomentCountInThreeDays)
//logger.Info("%v得分:%v %v %v %v %v %v %v", v.Mid, v.Score, v.ZoneMomentCountInThreeDays, v.ZoneMomentCountInAMonth, v.IncomeInAWeek, v.NewZoneMemberCountInThreeDays, v.NewZoneMemberCountInAMonth, v.MomentCountInThreeDays)
list = append(list, v.Mid)
}