From 7d6b1cb01d8340c6d86fbf98fd34fe4ca822f57d Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期日, 28 六月 2026 20:36:55 +0800
Subject: [PATCH] feat: 新增报废入库

---
 src/main/resources/mapper/quality/QualityTestStandardMapper.xml |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/mapper/quality/QualityTestStandardMapper.xml b/src/main/resources/mapper/quality/QualityTestStandardMapper.xml
index 5c20733..57f4894 100644
--- a/src/main/resources/mapper/quality/QualityTestStandardMapper.xml
+++ b/src/main/resources/mapper/quality/QualityTestStandardMapper.xml
@@ -24,12 +24,8 @@
         SELECT qts.*
         FROM quality_test_standard qts
                  left join quality_test_standard_binding qtsb on qtsb.test_standard_id = qts.id
-                 left join product_process pp on qts.process_id = pp.id
         WHERE qtsb.product_id = #{productId}
           AND qts.inspect_type = #{inspectType}
-        <if test="process!='' and process!=null">
-            and pp.name = #{process}
-        </if>
         order by qts.id desc
     </select>
 </mapper>

--
Gitblit v1.9.3