Selaa lähdekoodia

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

fuwencai 2 vuotta sitten
vanhempi
commit
0a43b55b10
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      jyBXBuyer/rpc/model/buyerListBYEs.go

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

@@ -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          // 采购单位补充项目信息缓存时间
 )