From a00890e840b80a741f62eb6cb31b46f13be6202f Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 24 十月 2024 16:46:45 +0800 Subject: [PATCH] 附件调试修改+辐射站点报告生成 --- 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