67627 认证清单-调取问题。
This commit is contained in:
+2
@@ -2663,6 +2663,8 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
|
|||||||
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_RELEASED.getValue());
|
||||||
|
projectCertificationInventoryEOTemp.setCreateTime(new Date());
|
||||||
|
projectCertificationInventoryEOTemp.setUpdateTime(new Date());
|
||||||
projectCertificationInventoryEOList.add(projectCertificationInventoryEOTemp);
|
projectCertificationInventoryEOList.add(projectCertificationInventoryEOTemp);
|
||||||
}else {
|
}else {
|
||||||
noSerialNumberList.add(authDummyInventoryInfoEO.getSerialNumber());
|
noSerialNumberList.add(authDummyInventoryInfoEO.getSerialNumber());
|
||||||
|
|||||||
Reference in New Issue
Block a user