From 5299d63b70c02f3c915975565723930f4fd87e14 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期六, 01 六月 2024 09:47:26 +0800 Subject: [PATCH] 完成光纤配置进行检验操作 --- inspect-server/src/main/resources/mapper/InsSampleMapper.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml index b2cf766..d16f7f1 100644 --- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml +++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml @@ -204,6 +204,8 @@ where ins_order_id = #{id} and state = 1 and ip.son_laboratory = #{laboratory} + and ins_fiber_id is null + and ins_fibers_id is null </select> <select id="getSampleEn" resultType="java.lang.String"> select name_en from `center-lims`.product -- Gitblit v1.9.3