Selaa lähdekoodia

续建项目资金 debug

tags/24080901
PoffyZhang 1 vuosi sitten
vanhempi
commit
ba081802f1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 Näytä tiedosto

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


Loading…
Peruuta
Tallenna