|
@@ -324,7 +324,7 @@ func (stdDoc *StdDoc) DocRecommend() {
|
|
|
return nil, fmt.Errorf("参数无效")
|
|
|
}
|
|
|
topKey := fmt.Sprintf("jydoc_RecCache_%d_%s", regionState, tag)
|
|
|
- listCache := redis.Get("other", topKey)
|
|
|
+ listCache := redis.Get(public.RedisCode, topKey)
|
|
|
if listCache != nil {
|
|
|
list, ok := listCache.([]interface{})
|
|
|
if ok && list != nil && len(list) > 0 {
|