|
@@ -115,7 +115,7 @@ const (
|
|
|
biddingIndex = "bidding"
|
|
|
biddingType = "bidding"
|
|
|
BuyerSupplyInfoRedisKey = "BuyerSupplyInfo_%s" // 采购单位补充信息缓存
|
|
|
- BuyerSupplyInfoRedisTime = 5 * 60 // 采购单位补充信息缓存时间
|
|
|
+ BuyerSupplyInfoRedisTime = 60 * 60 // 采购单位补充信息缓存时间 一个小时
|
|
|
BuyerProjectInfoRedisKey = "BuyerProjectInfo_%s" // 采购单位补充项目信息缓存Key (项目数量采购规模)
|
|
|
BuyerProjectInfoRedisTime = 24 * 60 * 60 // 采购单位补充项目信息缓存时间
|
|
|
)
|