退款金额单价计算错误
This commit is contained in:
parent
dd491e38e5
commit
c459a9086a
@ -153,7 +153,7 @@ public class AfterSaleServiceImpl extends ServiceImpl<AfterSaleMapper, AfterSale
|
|||||||
}
|
}
|
||||||
|
|
||||||
afterSaleApplyVO.setAccountType(order.getPaymentMethod());
|
afterSaleApplyVO.setAccountType(order.getPaymentMethod());
|
||||||
afterSaleApplyVO.setApplyRefundPrice(CurrencyUtil.sub(orderItem.getFlowPrice(), orderItem.getNum()));
|
afterSaleApplyVO.setApplyRefundPrice(CurrencyUtil.div(orderItem.getFlowPrice(), orderItem.getNum()));
|
||||||
afterSaleApplyVO.setNum(orderItem.getNum());
|
afterSaleApplyVO.setNum(orderItem.getNum());
|
||||||
afterSaleApplyVO.setGoodsId(orderItem.getGoodsId());
|
afterSaleApplyVO.setGoodsId(orderItem.getGoodsId());
|
||||||
afterSaleApplyVO.setGoodsName(orderItem.getGoodsName());
|
afterSaleApplyVO.setGoodsName(orderItem.getGoodsName());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user