From 795cb20e49145e5518585966c3674fc1f05c96e2 Mon Sep 17 00:00:00 2001 From: mashuai Date: Thu, 11 Dec 2025 21:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=EF=BC=8C=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E7=A7=9F=E8=B5=81=E4=BB=B7=E6=89=B9=E9=87=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/material/tool/ToolMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/tool/ToolMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/tool/ToolMapper.xml index f8ee05c..73e0796 100644 --- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/tool/ToolMapper.xml +++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/tool/ToolMapper.xml @@ -125,7 +125,8 @@ tt1.type_name AS parentTypeName, -- 1级父节点名称 tt2.type_name AS grandparentTypeName, -- 2级父节点名称 tt3.type_name AS greatGrandparentName, -- 3级父节点名称 - tt4.type_name AS fourthParentName -- 4级父节点名称 + tt4.type_name AS fourthParentName, -- 4级父节点名称 + tt.lease_price AS leasePrice FROM tool_type tt -- 关联1级父节点(直接父节点)