From d33532187f3ec248cc279d6600a77a74e6e75097 Mon Sep 17 00:00:00 2001
From: zyy3 <zyy3@zy.com>
Date: Mon, 25 Aug 2025 23:02:07 +0800
Subject: [PATCH] 11
---
src/main/resources/mapper/StockMapper.xml | 33 ---------------------------------
1 files changed, 0 insertions(+), 33 deletions(-)
diff --git a/src/main/resources/mapper/StockMapper.xml b/src/main/resources/mapper/StockMapper.xml
index dff2ed6..1927cec 100644
--- a/src/main/resources/mapper/StockMapper.xml
+++ b/src/main/resources/mapper/StockMapper.xml
@@ -188,39 +188,6 @@
<if test="stockType != null and stockType != '' ">
and stock_type = #{stockType}
</if>
- <if test="stockType != null and stockType != '' ">
- and stock_type = #{stockType}
- </if>
-
- </where>
- ORDER BY id ASC
- </select>
-
-
- <select id="dailyLimitQuery" resultMap="BaseResultMap" parameterType="map">
- SELECT
- <include refid="Base_Column_List" />
- from stock
- <where>
- is_show = ${show}
- <if test="keyWords != null and keyWords != '' ">
- and ( stock_spell like concat('%',#{keyWords},'%')
- or stock_name like concat('%',#{keyWords},'%') )
- </if>
-
- <!-- <if test="stockPlate != null and stockPlate != '' ">-->
- <!-- and stock_plate = #{stockPlate}-->
- <!-- </if>-->
- <!-- <if test="stockPlate == null or stockPlate == '' ">-->
- <!-- and (stock_plate is null or stock_plate='' or stock_plate='η§ε' or stock_plate='εδΈ' )-->
- <!-- </if>-->
- <if test="stockType != null and stockType != '' ">
- and stock_type = #{stockType}
- and increase_ratio > 19.5
- </if>
- <if test="stockType != null and stockType != '' ">
- and stock_type = #{stockType}
- </if>
</where>
ORDER BY id ASC
--
Gitblit v1.9.3