From 55a8e9dff3004162d7c6890cdb42f3c84eb1abd6 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期二, 05 九月 2023 18:27:17 +0800
Subject: [PATCH] 修改接口

---
 src/main/resources/com/job/zsc/mapper/SqlMapper.xml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/com/job/zsc/mapper/SqlMapper.xml b/src/main/resources/com/job/zsc/mapper/SqlMapper.xml
index 9332f31..925d2cd 100644
--- a/src/main/resources/com/job/zsc/mapper/SqlMapper.xml
+++ b/src/main/resources/com/job/zsc/mapper/SqlMapper.xml
@@ -10,9 +10,7 @@
             <if test="shopname != null and shopname != '' ">
                 shopname like concat('%',#{shopname},'%')
             </if>
-            <!--<if test="gender != null">
-                and gender = #{gender}
-            </if>-->
+
             <if test="begin != null and end != null">
                 and reportingTime between #{begin} and #{end}
             </if>

--
Gitblit v1.9.3