Commit 70a2230a authored by liucx's avatar liucx

日志输出

parent 35f07c41
......@@ -619,7 +619,7 @@ public class DateUtil {
return false;
if(StockMatchStaticInfo.tradeDay.get(year + ":" + month + ":" + day) != null)
return false;
if(hour < 9 || hour >= 16 || hour == 12)
if(hour < 9 || hour >= 21 || hour == 12)
return false;
if(hour == 9 && minute < 25)
return false;
......
......@@ -67,7 +67,7 @@ public class AssetStockPriceTask 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<AssetAccountProductRelation> 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