From 846a5878ba805c7099811038419a9757c00d3d88 Mon Sep 17 00:00:00 2001 From: liyawei Date: Thu, 19 May 2022 15:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81-=E5=8F=82=E6=95=B0=E9=A1=B9?= =?UTF-8?q?=E6=94=B6=E9=9B=86-=E5=8F=98=E6=9B=B4=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/ParamsManifestEOServiceImpl.java | 40 ++++++++++++++----- .../ParamsManifestHistoryEOServiceImpl.java | 6 --- 2 files changed, 29 insertions(+), 17 deletions(-) diff --git a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsManifestEOServiceImpl.java b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsManifestEOServiceImpl.java index 9366a6495..ffa2ecf50 100644 --- a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsManifestEOServiceImpl.java +++ b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsManifestEOServiceImpl.java @@ -234,16 +234,31 @@ public class ParamsManifestEOServiceImpl extends ServiceImpl newParamsInfoPublishEOList = paramsInfoPublishEOService.getListByPublishVersion(id, newestVersion); + List newParamsInfoPublishEOList = paramsInfoPublishEOService.getListByPublishVersion(paramsManifestEO.getParamsTemplateId(), newestVersion); // 查询项目所有参数项(这时候参数项都收集完了) ParamsCollectManifestEO paramsCollectManifestEO = new ParamsCollectManifestEO(); paramsCollectManifestEO.setParamsManifestId(id); @@ -331,9 +346,12 @@ public class ParamsManifestEOServiceImpl extends ServiceImpl