认证-参数收集清单-bug修改

This commit is contained in:
liyawei
2022-09-15 11:21:00 +08:00
parent 316e063c57
commit a64f4f9a60
@@ -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