From a64f4f9a60ec7a296906ebf62ccae041210e64ff Mon Sep 17 00:00:00 2001 From: liyawei Date: Thu, 15 Sep 2022 11:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81-=E5=8F=82=E6=95=B0=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E6=B8=85=E5=8D=95-bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/cert/collect/mapper/xml/ParamsManifestEOMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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