From 4eab53b44135f6381a7f2011ac17066412297f43 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 11 十月 2024 11:15:35 +0800 Subject: [PATCH] 电路试验的站点报告1.0 --- inspect-server/src/main/resources/mapper/InsSampleMapper.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml index b03de3c..f817aad 100644 --- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml +++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml @@ -913,4 +913,12 @@ #{id} </foreach> </select> + <select id="selectSample" resultType="com.yuanchu.mom.pojo.InsSample"> + select distinct isa.* + from ins_sample isa + left join ins_product ip on isa.id = ip.ins_sample_id + where son_laboratory = '鐢佃矾璇曢獙' + and state=1 + and ins_order_id=#{insOrderId} + </select> </mapper> -- Gitblit v1.9.3