From c7a2a78879f3ad096c1a53e5f88ca31aa731f753 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Mon, 18 Aug 2025 13:58:40 +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