Commit 958cfbe6 authored by 刘林's avatar 刘林

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

parent a9ef89f9
......@@ -112,7 +112,6 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
private static final String CONSTRUCTION_TYPE = "SGLX";
private static final String CONSTRUCTION_TYPE_NAME = "安装";
@Autowired
JgInstallationNoticeEqMapper jgInstallationNoticeEqMapper;
@Autowired
......@@ -1934,7 +1933,7 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
projectContraption.setProvince(jgInstallationNotice.getProvince());
projectContraption.setCity(jgInstallationNotice.getCity());
projectContraption.setCounty(jgInstallationNotice.getCounty());
projectContraption.setStreet(jgInstallationNotice.getStreet());
projectContraption.setStreet(jgInstallationNotice.getFactoryUseSiteStreet());
projectContraption.setAddress(jgInstallationNotice.getAddress());
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