|
@@ -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"
|