From 9f042eaa1add7f0ba8e9f5c0a0c264ddc0ec7708 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Fri, 25 Jul 2025 18:50:42 +0800
Subject: [PATCH] 更新key

---
 src/main/resources/mapper/StockDzMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/StockDzMapper.xml b/src/main/resources/mapper/StockDzMapper.xml
index 9433454..e96c045 100644
--- a/src/main/resources/mapper/StockDzMapper.xml
+++ b/src/main/resources/mapper/StockDzMapper.xml
@@ -32,7 +32,7 @@
     </sql>
     <select id="findStockListByKeyWords" resultMap="BaseResultMap" parameterType="map">
         SELECT
-        <include refid="Base_Column_List" />
+        *
         from stock_dz
         <where>
             <if test="keyWords != null and keyWords != '' ">

--
Gitblit v1.9.3