From 35091697a5421218d31e7e2d2c58b6a5385cc663 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 17 八月 2023 09:58:02 +0800
Subject: [PATCH] 改动

---
 inspect-server/src/main/resources/mapper/InspectUnacceptedMapper.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/inspect-server/src/main/resources/mapper/InspectUnacceptedMapper.xml b/inspect-server/src/main/resources/mapper/InspectUnacceptedMapper.xml
index b02f98c..e02d08b 100644
--- a/inspect-server/src/main/resources/mapper/InspectUnacceptedMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InspectUnacceptedMapper.xml
@@ -24,9 +24,6 @@
         <if test="formTime!=null and formTime!=''">
             and form_time=#{formTime}
         </if>
-        <if test="type!=null and type!=''">
-            and ru.type=#{type}
-        </if>
         and ru.state=1
         </where>
         order by ru.id desc
@@ -56,9 +53,6 @@
         </if>
         <if test="formTime!=null and formTime!=''">
             and fi.create_time=#{formTime}
-        </if>
-        <if test="type!=null and type!=''">
-            and ru.type=#{type}
         </if>
         and ru.state=1
         order by ru.id desc

--
Gitblit v1.9.3