|
|
@ -15,6 +15,7 @@ import com.shop.cereshop.app.service.discount.CereShopDiscountService; |
|
|
|
import com.shop.cereshop.app.service.groupwork.CereShopGroupWorkService; |
|
|
|
import com.shop.cereshop.app.service.price.CerePriceProductService; |
|
|
|
import com.shop.cereshop.app.service.seckill.CereShopSeckillService; |
|
|
|
import com.shop.cereshop.app.utils.ContextUtil; |
|
|
|
import com.shop.cereshop.commons.constant.CoReturnFormat; |
|
|
|
import com.shop.cereshop.commons.domain.common.Page; |
|
|
|
import com.shop.cereshop.commons.exception.CoBusinessException; |
|
|
@ -94,6 +95,7 @@ public class RenovationController { |
|
|
|
@GetMapping("getPriceProducts") |
|
|
|
@ApiOperation(value = "画布选择定价捆绑商品数据") |
|
|
|
public Result<Page<CanvasProduct>> getPriceProducts(CanvasProductParam param) throws CoBusinessException{ |
|
|
|
param.setProject(ContextUtil.getProject()); |
|
|
|
Page page=cerePriceProductService.getPriceProducts(param); |
|
|
|
return new Result(page); |
|
|
|
} |
|
|
|