|
|
|
@@ -219,7 +219,7 @@ public class MallCooUserInfoServiceImpl implements MallCooUserInfoService { |
|
|
|
poiQ.setParentTenantId(tenantEntity.getTenantId()); |
|
|
|
poiQ.setPoiId(fromId); |
|
|
|
List<TtMerchantPoi> poiList = ttMerchantPoiMapper.findList(poiQ); |
|
|
|
if(poiList != null && poiList.isEmpty()){ |
|
|
|
if(poiList != null && !poiList.isEmpty()){ |
|
|
|
mallCooPushTenant.updateTenantInfo(poiList.get(0)); |
|
|
|
} |
|
|
|
} |
|
|
|
|