@@ -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
}
//