|
@@ -11,12 +11,12 @@ |
|
|
prfd.gov_own_finance_amount,prfd.gov_superior_finance_amount, |
|
|
prfd.gov_own_finance_amount,prfd.gov_superior_finance_amount, |
|
|
prfd.bank_lending_amount,prfd.other_amount,prfd.approval_status,prfd.deleted, |
|
|
prfd.bank_lending_amount,prfd.other_amount,prfd.approval_status,prfd.deleted, |
|
|
(case when p.project_type is not null then p.project_type |
|
|
(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, |
|
|
else ob.base_proj_type end) project_type, |
|
|
(case when p.project_name is not null then p.project_name |
|
|
(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 |
|
|
when b.base_proj_name is not null then b.base_proj_name |
|
|
else ob.base_proj_name end) project_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 |
|
|
when b.base_build_deprt is null then b.base_build_deprt |
|
|
else ob.base_build_deprt end) build_org_name, |
|
|
else ob.base_build_deprt end) build_org_name, |
|
|
prfd.project_code |
|
|
prfd.project_code |
|
|