添加 calcOrderPrice 实现 【未完成】

This commit is contained in:
sin 2019-04-10 20:51:24 +08:00
parent b8da4007cc
commit dad4d33d68

View File

@ -157,6 +157,11 @@ public class OrderServiceImpl implements OrderService {
return CommonResult.success(orderRecipientBO); return CommonResult.success(orderRecipientBO);
} }
@Override
public CalcOrderPriceBO calcOrderPrice(CalcOrderPriceDTO calcOrderPriceDTO) {
return null;
}
@Override @Override
@Transactional @Transactional
public CommonResult<OrderCreateBO> createOrder(OrderCreateDTO orderCreateDTO) { public CommonResult<OrderCreateBO> createOrder(OrderCreateDTO orderCreateDTO) {