From ba081802f12ce4924ad780ea5aaf0020cb50529d Mon Sep 17 00:00:00 2001 From: PoffyZhang <99775271@qq.com> Date: Sat, 7 Oct 2023 18:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=AD=E5=BB=BA=E9=A1=B9=E7=9B=AE=E8=B5=84?= =?UTF-8?q?=E9=87=91=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pmapi/projectlib/mapper/ProjectRenewalFundDeclarationMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectRenewalFundDeclarationMapper.xml b/pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectRenewalFundDeclarationMapper.xml index b6eb8f1..d484194 100644 --- a/pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectRenewalFundDeclarationMapper.xml +++ b/pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectRenewalFundDeclarationMapper.xml @@ -16,8 +16,8 @@ (case when p.project_name is not null then p.project_name when b.base_proj_name is not null then b.base_proj_name else ob.base_proj_name end) project_name, - (case when p.build_org_name is null then p.build_org_name - when b.base_build_deprt is null then b.base_build_deprt + (case when p.build_org_name is not null then p.build_org_name + when b.base_build_deprt is not null then b.base_build_deprt else ob.base_build_deprt end) build_org_name, prfd.project_code from nd_project_renewal_fund_declaration prfd