From 09206aedcfdf30050123e99f2af0a192ebad1de4 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 03 Jun 2024 18:08:33 +0800
Subject: [PATCH] 1
---
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