From aa9b7fd6314dc86f870373709cc26772d766c8f9 Mon Sep 17 00:00:00 2001 From: PoffyZhang <99775271@qq.com> Date: Sat, 7 Oct 2023 17:45:24 +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 79a5a02..b6eb8f1 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 @@ -11,12 +11,12 @@ prfd.gov_own_finance_amount,prfd.gov_superior_finance_amount, prfd.bank_lending_amount,prfd.other_amount,prfd.approval_status,prfd.deleted, (case when p.project_type is not null then p.project_type - when b.project_type is not null then b.base_proj_type + when b.base_proj_type is not null then b.base_proj_type else ob.base_proj_type end) project_type, (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 b.build_org_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 else ob.base_build_deprt end) build_org_name, prfd.project_code