Commit a61da8e1 authored by 刘林's avatar 刘林

fix(jg):移装变更接口修改

parent cfc8d2ea
...@@ -1108,6 +1108,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang ...@@ -1108,6 +1108,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
idxBizJgSupervisionInfoMapper.update(idxBizJgSupervisionInfo, eq); idxBizJgSupervisionInfoMapper.update(idxBizJgSupervisionInfo, eq);
} }
} }
useInfo.setEquState("1");
useInfoService.saveOrUpdateData(useInfo); useInfoService.saveOrUpdateData(useInfo);
otherInfo.setSupervisoryCode(supervisoryCode); otherInfo.setSupervisoryCode(supervisoryCode);
otherInfo.setCode96333(code96333); otherInfo.setCode96333(code96333);
...@@ -1205,6 +1206,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang ...@@ -1205,6 +1206,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
map1.put("USE_SITE_CODE", newUsePlaceCode); map1.put("USE_SITE_CODE", newUsePlaceCode);
map1.put("LONGITUDE_LATITUDE", newLongitudeLatitude); map1.put("LONGITUDE_LATITUDE", newLongitudeLatitude);
if (isUpdateRegistrationCode.get()) { if (isUpdateRegistrationCode.get()) {
map1.put("EQU_STATE", "1");
map1.put("USE_ORG_CODE", useRegistrationCode); map1.put("USE_ORG_CODE", useRegistrationCode);
map1.put("SUPERVISORY_CODE", supervisoryCode); map1.put("SUPERVISORY_CODE", supervisoryCode);
map1.put("CODE96333", code96333); map1.put("CODE96333", code96333);
......
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