From 193daa341f2123d07a0dda7111fbceb02bb734c9 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期五, 19 七月 2024 17:55:03 +0800
Subject: [PATCH] 文件采集完成 - 80%

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

diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
index f6c177f..e822231 100644
--- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -254,7 +254,7 @@
                method,
                man_day,
                bsm,
-               ask,
+               tell as ask,
                `last_value`,
                ip.ins_result  ip_ins_result,
                state,
@@ -272,6 +272,7 @@
                  left join ins_product ip on isa.id = ip.ins_sample_id
                  left join ins_product_result ipr on ip.id = ipr.ins_product_id
         where ins_order_id = #{id}
+            and template_id is not null
           and state = 1
     </select>
 

--
Gitblit v1.9.3