|
|
@ -73,7 +73,6 @@ public class ImportStoreListener extends AnalysisEventListener<ImportStoreModel> |
|
|
|
highMerchantStore.setLatitude(importStoreModel.getLatitude()); |
|
|
|
highMerchantStore.setLatitude(importStoreModel.getLatitude()); |
|
|
|
highMerchantStore.setLongitude(importStoreModel.getLongitude()); |
|
|
|
highMerchantStore.setLongitude(importStoreModel.getLongitude()); |
|
|
|
highMerchantStore.setRegionId(Long.parseLong(importStoreModel.getRegionId())); |
|
|
|
highMerchantStore.setRegionId(Long.parseLong(importStoreModel.getRegionId())); |
|
|
|
|
|
|
|
|
|
|
|
highMerchantStore.setRegionName(regionName); |
|
|
|
highMerchantStore.setRegionName(regionName); |
|
|
|
highMerchantStore.setCompanyId(highMerchant.getCompanyId()); |
|
|
|
highMerchantStore.setCompanyId(highMerchant.getCompanyId()); |
|
|
|
highMerchantStore.setMerchantId(highMerchant.getId()); |
|
|
|
highMerchantStore.setMerchantId(highMerchant.getId()); |
|
|
@ -82,6 +81,7 @@ public class ImportStoreListener extends AnalysisEventListener<ImportStoreModel> |
|
|
|
highMerchantStore.setStatus(1); |
|
|
|
highMerchantStore.setStatus(1); |
|
|
|
highMerchantStore.setCreateTime(new Date()); |
|
|
|
highMerchantStore.setCreateTime(new Date()); |
|
|
|
highMerchantStore.setUpdateTime(new Date()); |
|
|
|
highMerchantStore.setUpdateTime(new Date()); |
|
|
|
|
|
|
|
highMerchantStore.setPrestoreType(0); |
|
|
|
|
|
|
|
|
|
|
|
successData.add(highMerchantStore); |
|
|
|
successData.add(highMerchantStore); |
|
|
|
allStoreData.add(highMerchantStore); |
|
|
|
allStoreData.add(highMerchantStore); |
|
|
|