法规清单-批量设置修改交付物类型问题。

This commit is contained in:
wangzhijiang
2023-03-22 14:46:26 +08:00
parent 9e90e0bf92
commit ac67f6ae85
@@ -3553,6 +3553,15 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
if(ObjectUtils.isNotEmpty(projectLawsInventoryEO.getVerifyDueDate())){
projectLawsInventoryEOTemp.setVerifyDueDate(projectLawsInventoryEO.getVerifyDueDate());
}
//验证符合性确认-交付物类型
if(ObjectUtils.isNotEmpty(projectLawsInventoryEO.getVerifyDeliverableType())){
projectLawsInventoryEOTemp.setVerifyDeliverableType(projectLawsInventoryEO.getVerifyDeliverableType());
}
//设计符合性确认-交付物类型
if(ObjectUtils.isNotEmpty(projectLawsInventoryEO.getDesignDeliverableType())){
projectLawsInventoryEOTemp.setDesignDeliverableType(projectLawsInventoryEO.getDesignDeliverableType());
}
//================================批量设置人员===================================================
//法规工程师id
if(StringUtils.isNotEmpty(projectLawsInventoryEO.getRegulationOwnerId())){