|
@@ -656,7 +656,7 @@ func (this *Tags) GetBidding(industry, area, city, stype, keyword string, reques
|
|
|
rediskey := fmt.Sprintf("pcseo_getbidding_%s_%s_%s_%s_%s", industry, area, city, stype, keyword)
|
|
|
rediskeyCount := fmt.Sprintf("pcseo_getbidding_count_%s_%s_%s_%s_%s", industry, area, city, stype, keyword)
|
|
|
|
|
|
- if l, ok := redis.Get("seoCache", rediskey).([]interface{}); ok && l != nil && false {
|
|
|
+ if l, ok := redis.Get("seoCache", rediskey).([]interface{}); ok && l != nil {
|
|
|
count := redis.GetInt("seoCache", rediskeyCount)
|
|
|
return qu.ObjArrToMapArr(l), int64(count), false
|
|
|
} else {
|