From b8301f003ffec987f9e2ececf2c708a16e29116f Mon Sep 17 00:00:00 2001
From: peter <14100000001@qq.com>
Date: Sat, 15 Nov 2025 14:16:16 +0800
Subject: [PATCH] 修改购买金额问题
---
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