Commit 64460d5a authored by liucx's avatar liucx

修改时间

parent 27e1d818
......@@ -119,7 +119,7 @@ public class AssetStockPriceTask implements ApplicationRunner {
} else {
try {
Thread.sleep(6000000);
Thread.sleep(1200000);
} catch (Exception e) {
e.printStackTrace();
}
......
......@@ -127,7 +127,7 @@ public class SmartStockPriceTask implements ApplicationRunner {
} else {
try {
Thread.sleep(6000000);
Thread.sleep(1200000);
} catch (Exception e) {
e.printStackTrace();
}
......
......@@ -124,7 +124,7 @@ public class StockPriceTask implements ApplicationRunner {
} else {
try {
Thread.sleep(6000000);
Thread.sleep(1200000);
} catch (Exception e) {
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