From 8a9505bd7845d50e83fae7adf4846931979c1419 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 23 八月 2024 17:00:16 +0800
Subject: [PATCH] 检验下单+检验任务+报告编制批准选择印章修改

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

diff --git a/inspect-server/src/main/resources/mapper/InsProductMapper.xml b/inspect-server/src/main/resources/mapper/InsProductMapper.xml
index 5d9645a..1c5d149 100644
--- a/inspect-server/src/main/resources/mapper/InsProductMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsProductMapper.xml
@@ -84,7 +84,7 @@
                  left join ins_order io on io.id = isa.ins_order_id
                  left join user u on u.id = ipr.update_user
         where ip.ins_sample_id = #{sampleId}
-          and ip.ins_result is not null
+
           and template_id is not null
     </select>
     <select id="selectFiberInsProduct" resultType="com.yuanchu.mom.pojo.InsProduct">

--
Gitblit v1.9.3