From a66b2a41f265cc9526781e39c1d6c6d5f5d7c013 Mon Sep 17 00:00:00 2001
From: peter <14100000001@qq.com>
Date: Thu, 01 Jan 2026 02:29:08 +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