소스 검색

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

fuwencai 2 년 전
부모
커밋
0a43b55b10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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          // 采购单位补充项目信息缓存时间
 )