From e84a8f8d8a8b4d837fe589ab61eac9ecd418e05d Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期五, 18 八月 2023 08:58:12 +0800
Subject: [PATCH] 8.18修改接口“根据销售单id修改详情信息”传入值(调整)

---
 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