From 685257c3dc80fb732480480128269cefa51e50e5 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 28 八月 2026 16:59:50 +0800
Subject: [PATCH] feat(inspect): 新增检验报告类型参数支持检测报告和检验报告
---
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 4698777..ac53df7 100644
--- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -518,6 +518,7 @@
ipr.equip_value,
ip.method_s,
ip.radius,
+ ip.structure_item_parameter_id,
isa.special_standard_method
from ins_sample isa
left join ins_product ip on isa.id = ip.ins_sample_id
--
Gitblit v1.9.3