From 89052f1dd07ee5c5c014d536b8481db31b611b17 Mon Sep 17 00:00:00 2001
From: 赵文轩 <1652863494@qq.com>
Date: 星期五, 14 六月 2024 18:01:11 +0800
Subject: [PATCH] 根据时间过滤费用

---
 ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml b/ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml
index a14de93..4ecd4f8 100644
--- a/ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml
+++ b/ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml
@@ -239,9 +239,9 @@
             <if test="startTime != null and endTime !=null ">
                 and  create_time between #{startTime} and #{endTime}
             </if>
-            <if test="getType != null ">
-                and get_type = #{getType}
-            </if>
+<!--            <if test="getType != null ">-->
+<!--                and get_type = #{getType}-->
+<!--            </if>-->
         </where>
         order by update_time desc
     </select>

--
Gitblit v1.8.0