From 582e69b6b9127324c178bff8cc7d190eeca2af86 Mon Sep 17 00:00:00 2001 From: rplees Date: Tue, 5 Dec 2023 11:29:28 +0800 Subject: [PATCH] no message --- .../stock/market/infrastructure/api/investing/InvestingApis.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/cn/stock/market/infrastructure/api/investing/InvestingApis.java b/src/main/java/cn/stock/market/infrastructure/api/investing/InvestingApis.java index d53a99f..c735792 100644 --- a/src/main/java/cn/stock/market/infrastructure/api/investing/InvestingApis.java +++ b/src/main/java/cn/stock/market/infrastructure/api/investing/InvestingApis.java @@ -62,6 +62,7 @@ public class InvestingApis { vo.setName(pair_name_base); vo.setCname(pair_name_base); vo.setCode(pair_ID); + vo.setTargetId(pair_ID); String 昨收 = find_overview_table_value_with_key(overview_table, "昨收"); vo.setClose(numberToString(昨收));