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