From ba5bd31ecf829d2b462bd3f62b566828b347a89a Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期二, 08 四月 2025 13:36:18 +0800 Subject: [PATCH] Merge branch 'radio_frequency' of http://114.132.189.42:9002/r/lims-ruoyi-after into radio_frequency --- basic-server/src/main/resources/mapper/StructureItemParameterMapper.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/basic-server/src/main/resources/mapper/StructureItemParameterMapper.xml b/basic-server/src/main/resources/mapper/StructureItemParameterMapper.xml index 069bacb..fda176d 100644 --- a/basic-server/src/main/resources/mapper/StructureItemParameterMapper.xml +++ b/basic-server/src/main/resources/mapper/StructureItemParameterMapper.xml @@ -177,6 +177,7 @@ <select id="getItemTree" resultMap="itemDto"> SELECT sto.id AS sId, + sto.specimen_name AS labelName, CONCAT(sto.specimen_name, ' (', sto.object_type, ')') AS sName, p.id AS pId, p.name AS pName, @@ -191,6 +192,7 @@ <resultMap id="itemDto" type="com.ruoyi.basic.dto.TestItemDto"> <result column="sId" property="id"/> <result column="sName" property="name"/> + <result column="labelName" property="labelName"/> <collection property="children" resultMap="productDto"/> </resultMap> <resultMap id="productDto" type="com.ruoyi.basic.dto.ProductDto"> -- Gitblit v1.9.3