Commit 7bb057bb authored by liucx's avatar liucx

删除日志

parent fc8fa2b5
......@@ -74,7 +74,7 @@ public class SmartStockPriceTask implements ApplicationRunner {
if (DateUtil.isTradeDayForChangeRemind()) {
// if (true) {
AtomicReference<Integer> pageNo = new AtomicReference<>(1);
Integer pageSize = 100;
Integer pageSize = 50;
Date startTime = new Date();
List<CompletableFuture<String>> futureList = new ArrayList<>();
List<SmartAccountProductRelation> 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