Explorar el Código

续建项目资金 debug

tags/24080901
PoffyZhang hace 1 año
padre
commit
ba081802f1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar