瀏覽代碼

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

fuwencai 2 年之前
父節點
當前提交
5c63d4df78
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      jyBXBuyer/rpc/model/buyerListBYEs.go

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

@@ -111,9 +111,9 @@ func getTimeRange() (st, et time.Time) {
 const (
 const (
 	P_INDEX                   = "projectset"
 	P_INDEX                   = "projectset"
 	P_TYPE                    = "projectset"
 	P_TYPE                    = "projectset"
-	P_redis_time              = 7 * 24 * 60 * 60       //redis存7天
-	P_redis_key               = "buyerListCache_%d_%d" // 存缓存 100条数据
-	BuyerIndex                = "buyer"                // 采购单位index
+	P_redis_time              = 7 * 24 * 60 * 60 //redis存7天
+	P_redis_key               = "buyerListCache" // 存缓存 100条数据
+	BuyerIndex                = "buyer"          // 采购单位index
 	BuyerType                 = "buyer"
 	BuyerType                 = "buyer"
 	biddingIndex              = "bidding"
 	biddingIndex              = "bidding"
 	biddingType               = "bidding"
 	biddingType               = "bidding"