添加 calcOrderPrice 实现 【未完成】
This commit is contained in:
parent
b8da4007cc
commit
dad4d33d68
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user