From 00952e11d9c2f7be5277a4d752cd5dd0796301cd Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 18 四月 2024 17:57:39 +0800
Subject: [PATCH] 资质明细修改+检测项目统计
---
inspect-server/src/main/resources/mapper/StandardTreeMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml b/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml
index fd9986f..34c8d68 100644
--- a/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml
+++ b/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml
@@ -93,7 +93,8 @@
man_day,
sample,
bsm,
- template_id
+ template_id,
+ dic
from structure_item_parameter sp
left join structure_test_object sto on sto.id = sp.sample
where sto.specimen_name = #{sampleType}
--
Gitblit v1.9.3