From 2a1216a7372538f92a79c73180d618381f7c9bb1 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Tue, 24 Jun 2025 18:04:25 +0800
Subject: [PATCH] test
---
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