From a811176f1b310bc0f58b994c42789ad2ca3ac721 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期四, 11 七月 2024 18:02:08 +0800
Subject: [PATCH] 标准库导入添加检验判断

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

diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
index 457fc59..5b22c2d 100644
--- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -163,6 +163,7 @@
           and state = 1
           and ins_fiber_id is null
           and ins_fibers_id is null
+        and isa.sample_code NOT REGEXP '/'
     </select>
     <select id="getInsOrderAndSample" resultMap="sampleDto">
         select isa.*,

--
Gitblit v1.9.3