From 386af6fd927464760ed1d69a1a23d41bc91b1941 Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期三, 17 四月 2024 18:12:47 +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