From 1f15333b0a97a327865f7aab8f1e3f9ba8fc16f8 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 18 十月 2024 12:45:59 +0800
Subject: [PATCH] 电路站点报告调试+总报告ing

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

diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
index 31aa13f..a52c2d0 100644
--- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -367,6 +367,7 @@
           and state = 1
           and ip.son_laboratory = #{laboratory}
           and ios.laboratory = #{laboratory}
+          and (ipr2.num is null or ipr.num is null)
     </select>
     <select id="getSampleEn" resultType="java.lang.String">
         select name_en
@@ -950,4 +951,8 @@
           and state = 1
           and ins_order_id = #{insOrderId}
     </select>
+    <select id="selectList1" resultType="com.yuanchu.mom.dto.SampleProductDto">
+        select * from ins_sample where ins_order_id=#{id
+}
+    </select>
 </mapper>

--
Gitblit v1.9.3