From 13c8b105a7ddf7ac43fbbdea93946f389cd032e9 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 28 八月 2023 18:00:13 +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