From 5a95d6be9af3f16ce1c441a4bef021b3b913094d Mon Sep 17 00:00:00 2001 From: xiaoliuhu Date: Wed, 24 Apr 2024 21:24:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96money=E8=82=A1=E7=A5=A8K?= =?UTF-8?q?=E7=BA=BF=E5=9B=BE1H=E5=92=8C1D=E5=8F=AA=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=BD=93=E5=A4=A9=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/cn/stock/market/web/MoneyApiController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cn/stock/market/web/MoneyApiController.java b/src/main/java/cn/stock/market/web/MoneyApiController.java index 844b93d..bc31b55 100644 --- a/src/main/java/cn/stock/market/web/MoneyApiController.java +++ b/src/main/java/cn/stock/market/web/MoneyApiController.java @@ -758,7 +758,7 @@ public class MoneyApiController { for (Long time : response.getT()) { time = time * 1000; if (DateUtil.isSameDay(currentTime, new Date(time))) { - t.add(time); + t.add(response.getT().get(i)); o.add(response.getO().get(i)); h.add(response.getH().get(i)); l.add(response.getL().get(i));