Commit a9ef89f9 authored by 刘林's avatar 刘林

fix(jg):安装告知完成后更新省市区信息

parent 40ca35e7
...@@ -1927,6 +1927,15 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN ...@@ -1927,6 +1927,15 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
projectContraption.setUseUnitCreditCode(jgInstallationNotice.getUseUnitCreditCode()); projectContraption.setUseUnitCreditCode(jgInstallationNotice.getUseUnitCreditCode());
projectContraption.setStartLatitudeLongitude(jgInstallationNotice.getStartLatitudeLongitude()); projectContraption.setStartLatitudeLongitude(jgInstallationNotice.getStartLatitudeLongitude());
projectContraption.setEndLatitudeLongitude(jgInstallationNotice.getEndLatitudeLongitude()); projectContraption.setEndLatitudeLongitude(jgInstallationNotice.getEndLatitudeLongitude());
projectContraption.setProvinceName(jgInstallationNotice.getProvinceName());
projectContraption.setCityName(jgInstallationNotice.getCityName());
projectContraption.setCountyName(jgInstallationNotice.getCountyName());
projectContraption.setStreetName(jgInstallationNotice.getStreetName());
projectContraption.setProvince(jgInstallationNotice.getProvince());
projectContraption.setCity(jgInstallationNotice.getCity());
projectContraption.setCounty(jgInstallationNotice.getCounty());
projectContraption.setStreet(jgInstallationNotice.getStreet());
projectContraption.setAddress(jgInstallationNotice.getAddress());
projectContraptionService.updateById(projectContraption); projectContraptionService.updateById(projectContraption);
// 更新安装告知业务表信息 // 更新安装告知业务表信息
......
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