From 386af6fd927464760ed1d69a1a23d41bc91b1941 Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期三, 17 四月 2024 18:12:47 +0800
Subject: [PATCH] 调整模板功能

---
 cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml
index 21247e6..9da3cee 100644
--- a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml
+++ b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml
@@ -23,7 +23,15 @@
         create_user,
         update_user,
         create_time,
-        update_time
+        update_time,
+        method,
+        man_day,
+        bsm,
+        sample,
+        inspection_value_type,
+        dic,
+        template_id,
+        son_laboratory
         from structure_item_parameter
         <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''">
             ${ew.customSqlSegment}

--
Gitblit v1.9.3