Commit c499b10b authored by liucx's avatar liucx

数量

parent 699fa05a
...@@ -71,7 +71,7 @@ public class StockPriceTask implements ApplicationRunner { ...@@ -71,7 +71,7 @@ public class StockPriceTask implements ApplicationRunner {
if (DateUtil.isTradeDayForChangeRemind()) { if (DateUtil.isTradeDayForChangeRemind()) {
// if (true) { // if (true) {
AtomicReference<Integer> pageNo = new AtomicReference<>(1); AtomicReference<Integer> pageNo = new AtomicReference<>(1);
Integer pageSize = 100; Integer pageSize = 50;
Date startTime = new Date(); Date startTime = new Date();
List<CompletableFuture<String>> futureList = new ArrayList<>(); List<CompletableFuture<String>> futureList = new ArrayList<>();
List<AccountProductRelation> accountProductRelations = accountProductRelationService.queryAll(); List<AccountProductRelation> accountProductRelations = accountProductRelationService.queryAll();
......
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