From e1b64aca55d2a74ac89aa47e592c538173d96a29 Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Mon, 15 Jan 2024 15:44:27 +0800 Subject: [PATCH] =?UTF-8?q?2024-1-15=20=E5=AE=A2=E6=88=B7=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/customer/ProjectInformationMapper.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mapper/customer/ProjectInformationMapper.xml b/src/main/resources/mapper/customer/ProjectInformationMapper.xml index a081f071..fe65cb3f 100644 --- a/src/main/resources/mapper/customer/ProjectInformationMapper.xml +++ b/src/main/resources/mapper/customer/ProjectInformationMapper.xml @@ -30,7 +30,9 @@ dbo.plm_get_dictDataLabel('project_info_source',project_source,site) projectSourceDesc, dbo.plm_get_customer_desc(site,customer_id) customerName, dbo.plm_get_dictDataLabel('project_info_priority',priority,site) priorityDesc, - dbo.get_projectUserRoleName(site,project_id) userRoleName + dbo.get_projectUserRoleName(site,project_id) userRoleName, + bu_no, + dbo.plm_get_bu_desc(site,bu_no) buDesc FROM plm_project_info WHERE site = #{site} and customer_id = #{customerId}