From bce3feb1bf9ab1247ccc019822ff948aa17d8850 Mon Sep 17 00:00:00 2001 From: zhn <947514737@qq.com> Date: Fri, 15 Sep 2023 11:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6->=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E5=92=8C=E4=BB=BB=E5=8A=A1=E6=B8=85=E5=8D=95?= =?UTF-8?q?-=E6=96=B0=E5=A2=9E=E6=97=B6=E6=B5=81=E7=A8=8B=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=94=B1=E6=B8=85=E5=8D=95=E5=BE=85=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=BB=BB=E5=8A=A1=E5=BE=85=E5=8F=91=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PlatformProjectCertificationInventoryEOServiceImpl.java | 2 +- .../impl/PlatformProjectLawsInventoryEOServiceImpl.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/service/impl/PlatformProjectCertificationInventoryEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/service/impl/PlatformProjectCertificationInventoryEOServiceImpl.java index b3c422c46..1209fcfab 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/service/impl/PlatformProjectCertificationInventoryEOServiceImpl.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/service/impl/PlatformProjectCertificationInventoryEOServiceImpl.java @@ -894,7 +894,7 @@ public class PlatformProjectCertificationInventoryEOServiceImpl extends ServiceI projectCertificationInventoryEO.setWvtaId(wvtaId); projectCertificationInventoryEO.setBussDocumentLibraryId(bussDocumentLibraryId); projectCertificationInventoryEO.setProjectLibraryId(projectLibraryId); - projectCertificationInventoryEO.setFlowStatus(CertificationInventoryFlowStatusEnum.LIST_TO_BE_RELEASED.getValue()); + projectCertificationInventoryEO.setFlowStatus(CertificationInventoryFlowStatusEnum.LIST_TO_BE_CHECKED.getValue()); projectCertificationInventoryEO.setCertificationProgress(CertificationProgressEnum.NOT_START.getValue()); projectCertificationInventoryEOList.add(projectCertificationInventoryEO); } diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/service/impl/PlatformProjectLawsInventoryEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/service/impl/PlatformProjectLawsInventoryEOServiceImpl.java index 799273bdc..1010a9174 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/service/impl/PlatformProjectLawsInventoryEOServiceImpl.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/platform/service/impl/PlatformProjectLawsInventoryEOServiceImpl.java @@ -521,8 +521,8 @@ public class PlatformProjectLawsInventoryEOServiceImpl extends ServiceImpl