|
@@ -77,7 +77,7 @@ func SupplyRedis(in *consumerinfo.SupplyInfoSearchReq) (int64, *[]map[string]int
|
|
|
"total": total,
|
|
|
"list": listData,
|
|
|
}
|
|
|
- redis.Put("other", "supply_search_key", redisData, model.SupplyRedDay)
|
|
|
+ redis.Put("other", "supply_search_key", redisData, 60*60*24*model.SupplyRedDay)
|
|
|
} else {
|
|
|
data, _ := supplyData.(map[string]interface{})
|
|
|
if in.PageIndex == 1 {
|