瀏覽代碼

续建项目资金 debug

tags/24080901
PoffyZhang 1 年之前
父節點
當前提交
aa9b7fd631
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectRenewalFundDeclarationMapper.xml

+ 2
- 2
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


Loading…
取消
儲存