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