From 31755963171a6c7b7fdc286d83882daac6d9310b Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期五, 06 六月 2025 17:30:26 +0800
Subject: [PATCH] bug修改

---
 cloud-server-other/src/main/resources/mapper/SiteBookingMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cloud-server-other/src/main/resources/mapper/SiteBookingMapper.xml b/cloud-server-other/src/main/resources/mapper/SiteBookingMapper.xml
index dcc63cd..90d3741 100644
--- a/cloud-server-other/src/main/resources/mapper/SiteBookingMapper.xml
+++ b/cloud-server-other/src/main/resources/mapper/SiteBookingMapper.xml
@@ -41,6 +41,7 @@
             <if test="sTime !=null and sTime!= '' and eTime !=null and eTime!= ''">
                 and t1.insertTime between #{sTime} and #{eTime}
             </if>
+        and t1.status !=0 and t1.status !=5
         </where>
     </select>
     <select id="queryByCode" resultType="java.lang.Integer">

--
Gitblit v1.7.1