소스 검색

续建项目资金 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


불러오는 중...
취소
저장