Merge pull request '1' (#517) from feat-IRONFANS-58-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/517
This commit is contained in:
chenhao 2024-05-30 14:58:14 +08:00
commit d0d452a1f7
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ func (s *StreamerRecommService) save() {
func (s *StreamerRecommService) push() error {
list := make([]int64, 0)
for _, v := range s.scorelist {
logger.Info("%v得分:%v", v.Mid, v.Score)
list = append(list, v.Mid)
}
return s.out(list)