by Robin at 20240322; -fans #196

Merged
chenhao merged 1 commits from feat-IRONFANS-58-Robin into main 2024-03-22 14:08:45 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit dacc31cb31 - Show all commits

View File

@ -29,7 +29,7 @@ func (s *CronService) ReloadRecommList(ctx context.Context, param *xxl.RunReq) (
logger.Info("task %v param: %v log_id: %v", param.ExecutorHandler, param.ExecutorParams, xxl.Int64ToStr(param.LogID))
logger.Info("Refreshing recommendation list cached in redis...")
list, err := _DefaultStreamer.OpList(&gin.Context{}, &streamerproto.OpListReq{
Sort: []string{"fans"},
Sort: []string{"-fans"},
})
if err != nil {
logger.Error("OpList fail, err: %v", err)