法规清单-批量设置修改交付物类型问题。
This commit is contained in:
+9
@@ -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())){
|
||||
|
||||
Reference in New Issue
Block a user