浏览代码

续建项目资金 debug

tags/24080901
PoffyZhang 1年前
父节点
当前提交
ba081802f1
共有 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 查看文件

@@ -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


正在加载...
取消
保存