67149 法规清单复制问题修改。
This commit is contained in:
+5
-2
@@ -3732,11 +3732,14 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
|
|||||||
projectLawsInventoryEO.setHomologationEngineerSubmitStatus(null);
|
projectLawsInventoryEO.setHomologationEngineerSubmitStatus(null);
|
||||||
projectLawsInventoryEO.setSendMsgFlag(null);
|
projectLawsInventoryEO.setSendMsgFlag(null);
|
||||||
projectLawsInventoryEO.setSendMsgCurrentFlag(null);
|
projectLawsInventoryEO.setSendMsgCurrentFlag(null);
|
||||||
projectLawsInventoryEO.setDesignDueDate(null);
|
// 2023-03-27 修改禅道67149问题,复制的时候将符合性流程的截至时间复制上。
|
||||||
|
/*projectLawsInventoryEO.setDesignDueDate(null);
|
||||||
projectLawsInventoryEO.setPrehomoDueDate(null);
|
projectLawsInventoryEO.setPrehomoDueDate(null);
|
||||||
projectLawsInventoryEO.setVerifyDueDate(null);
|
projectLawsInventoryEO.setVerifyDueDate(null);*/
|
||||||
projectLawsInventoryEO.setInventoryAffirmDueDate(null);
|
projectLawsInventoryEO.setInventoryAffirmDueDate(null);
|
||||||
projectLawsInventoryEO.setTaskAffirmDueDate(null);
|
projectLawsInventoryEO.setTaskAffirmDueDate(null);
|
||||||
|
projectLawsInventoryEO.setDesignFlowStatus(ComplianceFlowStatusEnum.LIST_TO_BE_RELEASED.getValue());
|
||||||
|
projectLawsInventoryEO.setVerifyFlowStatus(ComplianceFlowStatusEnum.LIST_TO_BE_RELEASED.getValue());
|
||||||
|
|
||||||
ProjectTaskInventoryEO projectTaskInventoryEO = new ProjectTaskInventoryEO();
|
ProjectTaskInventoryEO projectTaskInventoryEO = new ProjectTaskInventoryEO();
|
||||||
String projectTaskInventoryId = UUID.randomUUID().toString().replace("-", "");
|
String projectTaskInventoryId = UUID.randomUUID().toString().replace("-", "");
|
||||||
|
|||||||
Reference in New Issue
Block a user