From 131c6e18ff9f81024e933597788b16287e73f294 Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期四, 14 三月 2024 17:37:24 +0800
Subject: [PATCH] 功能调整

---
 inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml b/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml
index 03a9f53..ab82d54 100644
--- a/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml
+++ b/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml
@@ -66,7 +66,9 @@
                value_type,
                method,
                man_day,
-               bsm
+               bsm,
+               template_id,
+               son_laboratory
         from structure_item_parameter
         where method = #{code}
     </select>

--
Gitblit v1.9.3