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