Commit 2aefe430 authored by 刘林's avatar 刘林

Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register

parents f3c603de 08ab985b
...@@ -1318,10 +1318,9 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang ...@@ -1318,10 +1318,9 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
map1.put("ADDRESS", newAddress); map1.put("ADDRESS", newAddress);
// es的使用场所 // es的使用场所
map1.put("USE_SITE_CODE", useSiteCode); map1.put("USE_SITE_CODE", useSiteCode);
map1.put("LONGITUDE_LATITUDE", newLongitudeLatitude); map1.put("LONGITUDE_LATITUDE", newLongitudeLatitude);
if (isUpdateRegistrationCode.get()) {
map1.put("EQU_STATE", "1"); map1.put("EQU_STATE", "1");
if (isUpdateRegistrationCode.get()) {
map1.put("USE_ORG_CODE", useRegistrationCode); map1.put("USE_ORG_CODE", useRegistrationCode);
if (!StringUtils.isEmpty(supervisoryCode)) { if (!StringUtils.isEmpty(supervisoryCode)) {
map1.put("SUPERVISORY_CODE", supervisoryCode); map1.put("SUPERVISORY_CODE", supervisoryCode);
......
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