From 0c74d36f29e8279d9061d57466b3f488a4e1b89f Mon Sep 17 00:00:00 2001
From: peter <14100000001@qq.com>
Date: Tue, 30 Dec 2025 17:20:14 +0800
Subject: [PATCH] 新增港股
---
src/main/resources/mapper/StockIndexMapper.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/StockIndexMapper.xml b/src/main/resources/mapper/StockIndexMapper.xml
index 4597d49..17e28ac 100644
--- a/src/main/resources/mapper/StockIndexMapper.xml
+++ b/src/main/resources/mapper/StockIndexMapper.xml
@@ -270,6 +270,14 @@
order by id asc
</select>
+ <select id="queryListIndexType" resultMap="BaseResultMap">
+ SELECT
+ <include refid="Base_Column_List"/>
+ FROM stock_index
+ WHERE list_show = 1 AND stock_type=#{stockType}
+ order by id asc
+ </select>
+
</mapper>
--
Gitblit v1.9.3