by Robin at 20240604
This commit is contained in:
parent
10636fa6a4
commit
84c371ca33
|
@ -204,7 +204,7 @@ func (s *StreamerRecommService) push() error {
|
||||||
list := make([]int64, 0)
|
list := make([]int64, 0)
|
||||||
for i := len(s.scorelist) - 1; i >= 0; i-- {
|
for i := len(s.scorelist) - 1; i >= 0; i-- {
|
||||||
v := s.scorelist[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)
|
list = append(list, v.Mid)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue