瀏覽代碼

1.处理 盘后数据 after —— qlm

qlm 4 年之前
父節點
當前提交
7cfcf8c688

+ 2 - 2
src/main/java/com/zx/dataservice/service/impl/ChoiceBondServiceImpl.java

@@ -222,7 +222,7 @@ public class ChoiceBondServiceImpl implements ChoiceBondService {
                 public void run() {
 //                    HttpRequest.httpPostWithjson(url, JSON.toJSONString(subList));
                     if(BuyAndSellUtils.isTransState()){
-                    //    HttpRequest.httpPostWithjson(urlRedis, JSON.toJSONString(subRedisList));
+                        HttpRequest.httpPostWithjson(urlRedis, JSON.toJSONString(subRedisList));
                     }
                 }
             });
@@ -241,7 +241,7 @@ public class ChoiceBondServiceImpl implements ChoiceBondService {
                 public void run() {
 //                    HttpRequest.httpPostWithjson(url, JSON.toJSONString(subList));
                     if(BuyAndSellUtils.isTransState()) {
-                     //   HttpRequest.httpPostWithjson(urlRedis, JSON.toJSONString(subRedisList));
+                        HttpRequest.httpPostWithjson(urlRedis, JSON.toJSONString(subRedisList));
                     }
                 }
             });

+ 2 - 2
src/main/java/com/zx/dataservice/service/impl/ChoiceStockServiceImpl.java

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

+ 2 - 2
src/main/java/com/zx/dataservice/service/impl/ChoiceTempIndexServiceImpl.java

@@ -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));
                     }
                 }
             });