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