wangshan пре 3 година
родитељ
комит
ebdd36fa11
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jyBXCore/rpc/internal/logic/getsearchlistlogic.go

+ 1 - 1
jyBXCore/rpc/internal/logic/getsearchlistlogic.go

@@ -44,7 +44,7 @@ func (l *GetSearchListLogic) GetSearchList(in *bxcore.SearchReq) (*bxcore.Search
 		//redis.Del("other", "s_"+in.UserId)
 		if len(arrs) > 0 {
 			redis.Put("other", "s_"+in.UserId, strings.Join(arrs, ","), -1)
-			res.HistoryKeys = arrs
+			//res.HistoryKeys = arrs
 		}
 	}
 	//