From d55fe4255a7fa2b1a9c7a8f5d00a0b7683649e2d Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期二, 22 四月 2025 16:09:53 +0800
Subject: [PATCH] 预警功能调整

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

diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
index 57aaac4..9c9f99f 100644
--- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -556,9 +556,6 @@
         <if test="repetitionTag != null and repetitionTag != ''">
             and ip.repetition_tag = #{repetitionTag}
         </if>
-        <if test="isDisqualification != null and isDisqualification != ''">
-            and ip.ins_result = 0
-        </if>
         order by sort asc
     </select>
 
@@ -573,9 +570,6 @@
         and ins_fibers_id is null
         and standard_method_list_id is not null
         and ip.raw_material_tag = #{rawMaterialTag}
-        <if test="isDisqualification != null and isDisqualification != ''">
-            and ip.ins_result = 0
-        </if>
         order by sort asc
     </select>
 

--
Gitblit v1.9.3