|
@ -56,7 +56,7 @@ public class IcPropertyManagementImportListener implements ReadListener<IcProper |
|
|
if (null != origin) { |
|
|
if (null != origin) { |
|
|
origin.setContactMobile(data.getContactMobile()); |
|
|
origin.setContactMobile(data.getContactMobile()); |
|
|
origin.setContactName(data.getContactName()); |
|
|
origin.setContactName(data.getContactName()); |
|
|
insertDatas.add(origin); |
|
|
updateDatas.add(origin); |
|
|
} else { |
|
|
} else { |
|
|
insertDatas.add(propertyManagementEntity); |
|
|
insertDatas.add(propertyManagementEntity); |
|
|
} |
|
|
} |
|
|