|
|
|
@@ -164,9 +164,7 @@ public class TtMerchantPoiController extends BaseController { |
|
|
|
if(merchantIds == null || merchantIds.size() == 0){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL); |
|
|
|
} |
|
|
|
TenantEntity tenantEntity = new TenantEntity(); |
|
|
|
tenantEntity.setTenantId("1029"); |
|
|
|
return ttMerchantPoiService.spuSync(tenantEntity,couponChannelId,merchantIds); |
|
|
|
return ttMerchantPoiService.spuSync(getTenantInfo(),couponChannelId,merchantIds); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("商品同步查询") |
|
|
|
@@ -177,9 +175,7 @@ public class TtMerchantPoiController extends BaseController { |
|
|
|
if(couponChannelId == null){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL); |
|
|
|
} |
|
|
|
TenantEntity tenantEntity = new TenantEntity(); |
|
|
|
tenantEntity.setTenantId("1029"); |
|
|
|
return ttMerchantPoiService.spuGet(tenantEntity,couponChannelId); |
|
|
|
return ttMerchantPoiService.spuGet(getTenantInfo(),couponChannelId); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("商品状态同步") |
|
|
|
|