trading-order-admin/src/main/java/com/yami/trading/admin/task/StockTask.java
@@ -215,6 +215,12 @@ if (list.isEmpty()) { return; } /*list.forEach( x-> { if (x.getSymbol().equalsIgnoreCase("IONM")) { System.out.println(x); System.out.println(x); } });*/ List<Item> indicesList = itemService.list(new QueryWrapper<Item>() .eq("type", Item.indices)); @@ -259,7 +265,7 @@ public static void main(String[] args) { StockTask task = new StockTask(); task.loadAllStock(EStockType.US); task.initAllStock(EStockType.US); } @Override