Ver código fonte

Merge branch 'dev/v1.1.26_fuwencai' of BaseService/jyMicroservices into feature/v1.1.26

fuwencai 2 anos atrás
pai
commit
0a43b55b10
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      jyBXBuyer/rpc/model/buyerListBYEs.go

+ 1 - 1
jyBXBuyer/rpc/model/buyerListBYEs.go

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