Commit 90ff4ec5 authored by tianbo's avatar tianbo

feature:管道安装告知附件保存自动调整

parent efbd8421
...@@ -1993,9 +1993,9 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN ...@@ -1993,9 +1993,9 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
idxBizJgProjectConstruction.setIsXixian(jgInstallationNotice.getIsXixian()); idxBizJgProjectConstruction.setIsXixian(jgInstallationNotice.getIsXixian());
idxBizJgProjectConstruction.setProjectContraptionId(String.valueOf(projectContraption.getSequenceNbr())); idxBizJgProjectConstruction.setProjectContraptionId(String.valueOf(projectContraption.getSequenceNbr()));
idxBizJgProjectConstruction.setEquipRecords(noticeRelationEquips.stream().map(JgInstallationNoticeEq::getEquId).collect(Collectors.joining(","))); idxBizJgProjectConstruction.setEquipRecords(noticeRelationEquips.stream().map(JgInstallationNoticeEq::getEquId).collect(Collectors.joining(",")));
idxBizJgProjectConstruction.setConstructionContractAttachment(idxBizJgProjectConstruction.getConstructionContractAttachment()); idxBizJgProjectConstruction.setConstructionContractAttachment(jgInstallationNotice.getInstallContractAttachment());
idxBizJgProjectConstruction.setProxyStatementAttachment(idxBizJgProjectConstruction.getProxyStatementAttachment()); idxBizJgProjectConstruction.setProxyStatementAttachment(jgInstallationNotice.getProxyStatementAttachment());
idxBizJgProjectConstruction.setConstructionOtherAccessories(idxBizJgProjectConstruction.getConstructionOtherAccessories()); idxBizJgProjectConstruction.setConstructionOtherAccessories(jgInstallationNotice.getOtherAccessories());
idxBizJgProjectConstruction.setRecDate(new Date()); idxBizJgProjectConstruction.setRecDate(new Date());
idxBizJgProjectConstruction.setRecUserId(RequestContext.getExeUserId()); idxBizJgProjectConstruction.setRecUserId(RequestContext.getExeUserId());
// 获取施工类型id // 获取施工类型id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment