1 #517

Merged
chenhao merged 1 commits from feat-IRONFANS-58-Robin into test 2024-05-30 14:58:15 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 7b237ed87e - Show all commits

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)