From 681ebad558051dd3b18c379b5c06b23bc08c0761 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期五, 14 六月 2024 18:08:10 +0800 Subject: [PATCH] 标准库导入 --- cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml index 143913e..def7e4c 100644 --- a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml +++ b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml @@ -33,7 +33,9 @@ template_id, son_laboratory, ask, - ask_tell + ask_tell, + inspection_item_class, + inspection_item_class_en from structure_item_parameter <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''"> ${ew.customSqlSegment} -- Gitblit v1.9.3