|
@@ -223,7 +223,7 @@ public class ChoiceTempIndexServiceImpl implements ChoiceTempIndexService {
|
|
|
public void run() {
|
|
|
// HttpRequest.httpPostWithjson(url, JSON.toJSONString(subList));
|
|
|
if(BuyAndSellUtils.isTransState()) {
|
|
|
- // HttpRequest.httpPostWithjson(urlRedis, JSON.toJSONString(subRedisList));
|
|
|
+ HttpRequest.httpPostWithjson(urlRedis, JSON.toJSONString(subRedisList));
|
|
|
}
|
|
|
}
|
|
|
});
|
|
@@ -242,7 +242,7 @@ public class ChoiceTempIndexServiceImpl implements ChoiceTempIndexService {
|
|
|
public void run() {
|
|
|
// HttpRequest.httpPostWithjson(url, JSON.toJSONString(subList));
|
|
|
if(BuyAndSellUtils.isTransState()) {
|
|
|
- // HttpRequest.httpPostWithjson(urlRedis, JSON.toJSONString(subRedisList));
|
|
|
+ HttpRequest.httpPostWithjson(urlRedis, JSON.toJSONString(subRedisList));
|
|
|
}
|
|
|
}
|
|
|
});
|