diff --git a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/mapper/xml/ParamsManifestEOMapper.xml b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/mapper/xml/ParamsManifestEOMapper.xml index 12e46fcfd..c44aae67c 100644 --- a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/mapper/xml/ParamsManifestEOMapper.xml +++ b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/mapper/xml/ParamsManifestEOMapper.xml @@ -78,7 +78,7 @@ pm.state as state, concat(pni.project_name,'-',pyni.year_name) as project_name, pm.params_template_id as params_template_id, - pt.params_template_name as params_template_name, + if (pt.params_template_name is not null, pt.params_template_name, pm.params_template_name) as params_template_name, pm.params_template_publish_version as params_template_publish_version, pm.create_time as create_time from params_manifest pm