Commit 64460d5a authored by liucx's avatar liucx

修改时间

parent 27e1d818
...@@ -119,7 +119,7 @@ public class AssetStockPriceTask implements ApplicationRunner { ...@@ -119,7 +119,7 @@ public class AssetStockPriceTask implements ApplicationRunner {
} else { } else {
try { try {
Thread.sleep(6000000); Thread.sleep(1200000);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
......
...@@ -127,7 +127,7 @@ public class SmartStockPriceTask implements ApplicationRunner { ...@@ -127,7 +127,7 @@ public class SmartStockPriceTask implements ApplicationRunner {
} else { } else {
try { try {
Thread.sleep(6000000); Thread.sleep(1200000);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
......
...@@ -124,7 +124,7 @@ public class StockPriceTask implements ApplicationRunner { ...@@ -124,7 +124,7 @@ public class StockPriceTask implements ApplicationRunner {
} else { } else {
try { try {
Thread.sleep(6000000); Thread.sleep(1200000);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment