Commit b60a2541 authored by suhuiguang's avatar suhuiguang

fix(大编辑):bug修复

1.bug29180
parent 02b83bf9
...@@ -1526,6 +1526,19 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN ...@@ -1526,6 +1526,19 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
idxBizJgConstructionInfo.setRecDate(new Date()); idxBizJgConstructionInfo.setRecDate(new Date());
idxBizJgConstructionInfo.setRecUserId(RequestContext.getExeUserId()); idxBizJgConstructionInfo.setRecUserId(RequestContext.getExeUserId());
idxBizJgConstructionInfo.setNoticeId(jgInstallationNotice.getSequenceNbr() + ""); idxBizJgConstructionInfo.setNoticeId(jgInstallationNotice.getSequenceNbr() + "");
idxBizJgConstructionInfo.setInformCode(jgInstallationNotice.getInformNumber());
idxBizJgConstructionInfo.setConstructionLeaderName(jgInstallationNotice.getInstallLeaderName());
idxBizJgConstructionInfo.setConstructionLeaderPhone(jgInstallationNotice.getInstallLeaderPhone());
idxBizJgConstructionInfo.setProxyStatementAttachment(jgInstallationNotice.getProxyStatementAttachment());
idxBizJgConstructionInfo.setConstructionContractAttachment(jgInstallationNotice.getInstallContractAttachment());
idxBizJgConstructionInfo.setConstructionOtherAccessories(jgInstallationNotice.getOtherAccessories());
idxBizJgConstructionInfo.setConstructionProvince(jgInstallationNotice.getProvince());
idxBizJgConstructionInfo.setConstructionCity(jgInstallationNotice.getCity());
idxBizJgConstructionInfo.setConstructionCounty(jgInstallationNotice.getCounty());
idxBizJgConstructionInfo.setConstructionStreet(jgInstallationNotice.getFactoryUseSiteStreet());
idxBizJgConstructionInfo.setConstructionAddress(jgInstallationNotice.getAddress());
// 获取施工类型id // 获取施工类型id
LambdaQueryWrapper<DataDictionary> lambda = new LambdaQueryWrapper<>(); LambdaQueryWrapper<DataDictionary> lambda = new LambdaQueryWrapper<>();
lambda.eq(DataDictionary::getType, CONSTRUCTION_TYPE); lambda.eq(DataDictionary::getType, CONSTRUCTION_TYPE);
......
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