From 8e39c9bbf8a8bb4707f2a766295b40497ae96706 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期五, 01 九月 2023 13:46:54 +0800
Subject: [PATCH] MOM系统-9-01 生产订单 生产计划完成

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