|
|
|
@@ -249,8 +249,8 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService { |
|
|
|
String introduction = ""; |
|
|
|
Integer businessId = EnumBusiness.BUSINESS_ID1.getCode(); |
|
|
|
|
|
|
|
// if(merchantPoi.getTenantId().equals(id.toString())){ |
|
|
|
if(merchantPoi.getId() == 1038){ |
|
|
|
if(merchantPoi.getTenantId().equals(id.toString())){ |
|
|
|
// if(merchantPoi.getId() == 1038){ |
|
|
|
WxMall mall = wxMallMapper.getByTenantId(merchantPoi.getTenantId()); |
|
|
|
contactTel = mall.getServicePhone(); |
|
|
|
images.add(mall.getImg()); |
|
|
|
@@ -493,8 +493,8 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService { |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(),"卷类型不支持同步poi"); |
|
|
|
} |
|
|
|
List<TtMerchantPoi> list = new ArrayList<>(); |
|
|
|
// TtMerchantPoi merchantPoi = ttMerchantPoiMapper.selectById(Long.parseLong(tenantInfo.getTenantId())); |
|
|
|
TtMerchantPoi merchantPoi = ttMerchantPoiMapper.selectById(Long.parseLong("1038")); |
|
|
|
TtMerchantPoi merchantPoi = ttMerchantPoiMapper.selectById(Long.parseLong(tenantInfo.getTenantId())); |
|
|
|
// TtMerchantPoi merchantPoi = ttMerchantPoiMapper.selectById(Long.parseLong("1038")); |
|
|
|
list.add(merchantPoi); |
|
|
|
|
|
|
|
List<Long> merchantIds = wxCouponMerchantMapper.findMerchantIdListByProduct(coupon.getId(), tenantInfo.getTenantId()); |
|
|
|
|