平台件认证清单调取-流程状态为任务待发起
This commit is contained in:
+2
-1
@@ -4496,7 +4496,8 @@ public class PlatformProjectCertificationInventoryEOServiceImpl extends ServiceI
|
|||||||
|
|
||||||
projectCertificationInventoryEOTemp.setId(UUID.randomUUID().toString().replace("-", ""));
|
projectCertificationInventoryEOTemp.setId(UUID.randomUUID().toString().replace("-", ""));
|
||||||
projectCertificationInventoryEOTemp.setProjectLibraryId(projectLibraryId);
|
projectCertificationInventoryEOTemp.setProjectLibraryId(projectLibraryId);
|
||||||
projectCertificationInventoryEOTemp.setFlowStatus(CertificationInventoryFlowStatusEnum.LIST_TO_BE_RELEASED.getValue());
|
projectCertificationInventoryEOTemp.setFlowStatus(CertificationInventoryFlowStatusEnum.LIST_TO_BE_CHECKED.getValue());
|
||||||
|
// projectCertificationInventoryEOTemp.setFlowStatus(CertificationInventoryFlowStatusEnum.LIST_TO_BE_RELEASED.getValue());
|
||||||
projectCertificationInventoryEOTemp.setCreateTime(new Date());
|
projectCertificationInventoryEOTemp.setCreateTime(new Date());
|
||||||
projectCertificationInventoryEOTemp.setUpdateTime(new Date());
|
projectCertificationInventoryEOTemp.setUpdateTime(new Date());
|
||||||
projectCertificationInventoryEOTemp.setCertificationProgress(CertificationProgressEnum.NOT_START.getValue());
|
projectCertificationInventoryEOTemp.setCertificationProgress(CertificationProgressEnum.NOT_START.getValue());
|
||||||
|
|||||||
Reference in New Issue
Block a user